#2B609F

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

Shades of Lochmara #2B609F

Tints of Lochmara #2B609F

Color information

#2B609F (or 0x2B609F) is unknown color: approx Lochmara. HEX triplet: 2B, 60 and 9F. RGB value is (43,96,159). Sum of RGB (Red+Green+Blue) = 43+96+159=298 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.43% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 159 (62.5% from 255 or 53.36% from 298); Max value from RGB is 159 - color contains mainly: blue. Hex color #2B609F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B609F is #D49F60. Grayscale: #575757. Windows color (decimal): -13934433 or 10444843. OLE color: 10444843.

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

Color convert

RGB4396159-
CMYK0.730.4000.38
HSL212.59º57.43%39.61%-
HSV(B)212.59º72.96%62.35%-
XYZ11.4411.3834.4-
YUV87.34168.4496.38-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.43%
GREEN value IS 96 (37.89% from 255) = 32.21%
BLUE value IS 159 (62.5% from 255) = 53.36%
R=14.43%
G=32.21%
B=53.36%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal43961590.730.4000.38212.5957.4339.61
Hex2B609F4928026d53928
Octal53140237111500463257150
Binary1010111100000100111111001001101000010011011010101111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B609F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,96,159); }

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

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

 a { background-color: rgb(43,96,159); }

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

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

 span { border-color: rgb(43,96,159); }

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