#2F6CB7

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

Shades of Lochmara #2F6CB7

Tints of Lochmara #2F6CB7

Color information

#2F6CB7 (or 0x2F6CB7) is unknown color: approx Lochmara. HEX triplet: 2F, 6C and B7. RGB value is (47,108,183). Sum of RGB (Red+Green+Blue) = 47+108+183=338 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.91% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 183 (71.88% from 255 or 54.14% from 338); Max value from RGB is 183 - color contains mainly: blue. Hex color #2F6CB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F6CB7 is #D09348. Grayscale: #616161. Windows color (decimal): -13669193 or 12020783. OLE color: 12020783.

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

Color convert

RGB47108183-
CMYK0.740.4100.28
HSL213.09º59.13%45.1%-
HSV(B)213.09º74.32%71.76%-
XYZ15.0814.7546.85-
YUV98.31175.7991.4-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.91%
GREEN value IS 108 (42.58% from 255) = 31.95%
BLUE value IS 183 (71.88% from 255) = 54.14%
R=13.91%
G=31.95%
B=54.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal471081830.740.4100.28213.0959.1345.1
Hex2F6CB74A2901Cd53b2d
Octal57154267112510343257355
Binary101111110110010110111100101010100101110011010101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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