#2F609F

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

Shades of Lochmara #2F609F

Tints of Lochmara #2F609F

Color information

#2F609F (or 0x2F609F) is unknown color: approx Lochmara. HEX triplet: 2F, 60 and 9F. RGB value is (47,96,159). Sum of RGB (Red+Green+Blue) = 47+96+159=302 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.56% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 159 (62.5% from 255 or 52.65% from 302); Max value from RGB is 159 - color contains mainly: blue. Hex color #2F609F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F609F is #D09F60. Grayscale: #585858. Windows color (decimal): -13672289 or 10444847. OLE color: 10444847.

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

Color convert

RGB4796159-
CMYK0.700.4000.38
HSL213.75º54.37%40.39%-
HSV(B)213.75º70.44%62.35%-
XYZ11.6111.4734.4-
YUV88.53167.7798.38-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.56%
GREEN value IS 96 (37.89% from 255) = 31.79%
BLUE value IS 159 (62.5% from 255) = 52.65%
R=15.56%
G=31.79%
B=52.65%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal47961590.700.4000.38213.7554.3740.39
Hex2F609F4628026d63628
Octal57140237106500463266650
Binary1011111100000100111111000110101000010011011010110110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F609F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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