#2F6CB6

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

Shades of Lochmara #2F6CB6

Tints of Lochmara #2F6CB6

Color information

#2F6CB6 (or 0x2F6CB6) is unknown color: approx Lochmara. HEX triplet: 2F, 6C and B6. RGB value is (47,108,182). Sum of RGB (Red+Green+Blue) = 47+108+182=337 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.95% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 182 (71.48% from 255 or 54.01% from 337); Max value from RGB is 182 - color contains mainly: blue. Hex color #2F6CB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F6CB6 is #D09349. Grayscale: #616161. Windows color (decimal): -13669194 or 11955247. OLE color: 11955247.

HSL color Cylindrical-coordinate representation of color #2F6CB6: hue angle of 212.89º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F6CB6 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB47108182-
CMYK0.740.4100.29
HSL212.89º58.95%44.9%-
HSV(B)212.89º74.18%71.37%-
XYZ14.9814.7146.31-
YUV98.2175.2991.48-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.95%
GREEN value IS 108 (42.58% from 255) = 32.05%
BLUE value IS 182 (71.48% from 255) = 54.01%
R=13.95%
G=32.05%
B=54.01%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal471081820.740.4100.29212.8958.9544.9
Hex2F6CB64A2901Dd53b2d
Octal57154266112510353257355
Binary101111110110010110110100101010100101110111010101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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