#2F6EB4

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

Shades of Lochmara #2F6EB4

Tints of Lochmara #2F6EB4

Color information

#2F6EB4 (or 0x2F6EB4) is unknown color: approx Lochmara. HEX triplet: 2F, 6E and B4. RGB value is (47,110,180). Sum of RGB (Red+Green+Blue) = 47+110+180=337 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.95% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 180 (70.70% from 255 or 53.41% from 337); Max value from RGB is 180 - color contains mainly: blue. Hex color #2F6EB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F6EB4 is #D0914B. Grayscale: #626262. Windows color (decimal): -13668684 or 11824687. OLE color: 11824687.

HSL color Cylindrical-coordinate representation of color #2F6EB4: hue angle of 211.58º 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 #2F6EB4 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB47110180-
CMYK0.740.3900.29
HSL211.58º58.59%44.51%-
HSV(B)211.58º73.89%70.59%-
XYZ14.9915.0545.3-
YUV99.14173.6390.81-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.95%
GREEN value IS 110 (43.36% from 255) = 32.64%
BLUE value IS 180 (70.70% from 255) = 53.41%
R=13.95%
G=32.64%
B=53.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal471101800.740.3900.29211.5858.5944.51
Hex2F6EB44A2701Dd43b2d
Octal57156264112470353247355
Binary101111110111010110100100101010011101110111010100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,110,180); }

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

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

 a { background-color: rgb(47,110,180); }

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

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

 span { border-color: rgb(47,110,180); }

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