#2F6DAF

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

Shades of Lochmara #2F6DAF

Tints of Lochmara #2F6DAF

Color information

#2F6DAF (or 0x2F6DAF) is unknown color: approx Lochmara. HEX triplet: 2F, 6D and AF. RGB value is (47,109,175). Sum of RGB (Red+Green+Blue) = 47+109+175=331 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.20% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 175 (68.75% from 255 or 52.87% from 331); Max value from RGB is 175 - color contains mainly: blue. Hex color #2F6DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6DAF is #D09250. Grayscale: #616161. Windows color (decimal): -13668945 or 11496751. OLE color: 11496751.

HSL color Cylindrical-coordinate representation of color #2F6DAF: hue angle of 210.94º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F6DAF is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB47109175-
CMYK0.730.3800.31
HSL210.94º57.66%43.53%-
HSV(B)210.94º73.14%68.63%-
XYZ14.3814.6442.62-
YUV97.99171.4691.63-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.20%
GREEN value IS 109 (42.97% from 255) = 32.93%
BLUE value IS 175 (68.75% from 255) = 52.87%
R=14.20%
G=32.93%
B=52.87%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal471091750.730.3800.31210.9457.6643.53
Hex2F6DAF492601Fd33a2c
Octal57155257111460373237254
Binary101111110110110101111100100110011001111111010011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,109,175); }

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

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

 a { background-color: rgb(47,109,175); }

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

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

 span { border-color: rgb(47,109,175); }

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