#2F6CA2

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

Shades of Lochmara #2F6CA2

Tints of Lochmara #2F6CA2

Color information

#2F6CA2 (or 0x2F6CA2) is unknown color: approx Lochmara. HEX triplet: 2F, 6C and A2. RGB value is (47,108,162). Sum of RGB (Red+Green+Blue) = 47+108+162=317 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.83% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 162 (63.67% from 255 or 51.10% from 317); Max value from RGB is 162 - color contains mainly: blue. Hex color #2F6CA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6CA2 is #D0935D. Grayscale: #5F5F5F. Windows color (decimal): -13669214 or 10644527. OLE color: 10644527.

HSL color Cylindrical-coordinate representation of color #2F6CA2: hue angle of 208.17º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2F6CA2 is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB47108162-
CMYK0.710.3300.36
HSL208.17º55.02%40.98%-
HSV(B)208.17º70.99%63.53%-
XYZ13.0613.9436.18-
YUV95.92165.2993.11-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.83%
GREEN value IS 108 (42.58% from 255) = 34.07%
BLUE value IS 162 (63.67% from 255) = 51.10%
R=14.83%
G=34.07%
B=51.10%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal471081620.710.3300.36208.1755.0240.98
Hex2F6CA24721024d03729
Octal57154242107410443206751
Binary1011111101100101000101000111100001010010011010000110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,108,162); }

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

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

 a { background-color: rgb(47,108,162); }

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

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

 span { border-color: rgb(47,108,162); }

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