#2F6BB2

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

Shades of Lochmara #2F6BB2

Tints of Lochmara #2F6BB2

Color information

#2F6BB2 (or 0x2F6BB2) is unknown color: approx Lochmara. HEX triplet: 2F, 6B and B2. RGB value is (47,107,178). Sum of RGB (Red+Green+Blue) = 47+107+178=332 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.16% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 178 (69.92% from 255 or 53.61% from 332); Max value from RGB is 178 - color contains mainly: blue. Hex color #2F6BB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6BB2 is #D0944D. Grayscale: #606060. Windows color (decimal): -13669454 or 11692847. OLE color: 11692847.

HSL color Cylindrical-coordinate representation of color #2F6BB2: hue angle of 212.52º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F6BB2 is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB47107178-
CMYK0.740.4000.30
HSL212.52º58.22%44.12%-
HSV(B)212.52º73.6%69.8%-
XYZ14.4714.3344.12-
YUV97.15173.6292.23-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.16%
GREEN value IS 107 (42.19% from 255) = 32.23%
BLUE value IS 178 (69.92% from 255) = 53.61%
R=14.16%
G=32.23%
B=53.61%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal471071780.740.4000.30212.5258.2244.12
Hex2F6BB24A2801Ed53a2c
Octal57153262112500363257254
Binary101111110101110110010100101010100001111011010101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,107,178); }

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

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

 a { background-color: rgb(47,107,178); }

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

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

 span { border-color: rgb(47,107,178); }

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