#2B699D

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

Shades of Lochmara #2B699D

Tints of Lochmara #2B699D

Color information

#2B699D (or 0x2B699D) is unknown color: approx Lochmara. HEX triplet: 2B, 69 and 9D. RGB value is (43,105,157). Sum of RGB (Red+Green+Blue) = 43+105+157=305 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.10% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #2B699D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B699D is #D49662. Grayscale: #5C5C5C. Windows color (decimal): -13932131 or 10316075. OLE color: 10316075.

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

Color convert

RGB43105157-
CMYK0.730.3300.38
HSL207.37º57%39.22%-
HSV(B)207.37º72.61%61.57%-
XYZ12.1313.0533.78-
YUV92.39164.4692.77-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.10%
GREEN value IS 105 (41.41% from 255) = 34.43%
BLUE value IS 157 (61.72% from 255) = 51.48%
R=14.10%
G=34.43%
B=51.48%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal431051570.730.3300.38207.375739.22
Hex2B699D4921026cf3927
Octal53151235111410463177147
Binary1010111101001100111011001001100001010011011001111111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B699D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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