#2F669F

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

Shades of Lochmara #2F669F

Tints of Lochmara #2F669F

Color information

#2F669F (or 0x2F669F) is unknown color: approx Lochmara. HEX triplet: 2F, 66 and 9F. RGB value is (47,102,159). Sum of RGB (Red+Green+Blue) = 47+102+159=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #2F669F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F669F is #D09960. Grayscale: #5B5B5B. Windows color (decimal): -13670753 or 10446383. OLE color: 10446383.

HSL color Cylindrical-coordinate representation of color #2F669F: hue angle of 210.54º 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 #2F669F is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB47102159-
CMYK0.700.3600.38
HSL210.54º54.37%40.39%-
HSV(B)210.54º70.44%62.35%-
XYZ12.1812.6134.59-
YUV92.05165.7895.87-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.26%
GREEN value IS 102 (40.23% from 255) = 33.12%
BLUE value IS 159 (62.5% from 255) = 51.62%
R=15.26%
G=33.12%
B=51.62%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal471021590.700.3600.38210.5454.3740.39
Hex2F669F4624026d33628
Octal57146237106440463236650
Binary1011111100110100111111000110100100010011011010011110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F669F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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