#2b699c

Color #2B699C Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #2B699C

Tints of Lochmara #2B699C

Color information

#2B699C (or 0x2B699C) is unknown color: approx Lochmara. HEX triplet: 2B, 69 and 9C. RGB value is (43,105,156). Sum of RGB (Red+Green+Blue) = 43+105+156=304 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.14% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 156 (61.33% from 255 or 51.32% from 304); Max value from RGB is 156 - color contains mainly: blue. Hex color #2B699C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B699C is #D49663. Grayscale: #5C5C5C. Windows color (decimal): -13932132 or 10250539. OLE color: 10250539.

HSL color Cylindrical-coordinate representation of color #2B699C: hue angle of 207.08º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B699C is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB43105156-
CMYK0.720.3300.39
HSL207.08º56.78%39.02%-
HSV(B)207.08º72.44%61.18%-
XYZ12.0513.0233.33-
YUV92.28163.9692.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 14.14%
GREEN value IS 105 (41.41% from 255) = 34.54%
BLUE value IS 156 (61.33% from 255) = 51.32%
R=14.14%
G=34.54%
B=51.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal431051560.720.3300.39207.0856.7839.02
Hex2B699C4821027cf3927
Octal53151234110410473177147
Binary1010111101001100111001001000100001010011111001111111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b699c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2b699c; }

 p { color: rgb(43,105,156); }

 H1.HeaderClassName
 {
   color: #2b699c;
 }
 .AnyTagClassName
 {
   color: #2b699c;
 }
</style>
background-color css

<style>
 a { background-color: #2b699c; }

 a { background-color: rgb(43,105,156); }

 div.DivClassName
 {
   background-color: #2b699c;
 }
 .BgClassName
 {
   background-color: #2b699c;
 }
</style>
border-color css

<style>
 span { border-color: #2b699c; }

 span { border-color: rgb(43,105,156); }

 td.TdClassName
 {
   border-color: #2b699c;
 }
 .TagClassName
 {
   border-color: #2b699c;
 }
</style>