#2F6997

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

Shades of Lochmara #2F6997

Tints of Lochmara #2F6997

Color information

#2F6997 (or 0x2F6997) is unknown color: approx Lochmara. HEX triplet: 2F, 69 and 97. RGB value is (47,105,151). Sum of RGB (Red+Green+Blue) = 47+105+151=303 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.51% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 151 (59.38% from 255 or 49.83% from 303); Max value from RGB is 151 - color contains mainly: blue. Hex color #2F6997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6997 is #D09668. Grayscale: #5C5C5C. Windows color (decimal): -13669993 or 9922863. OLE color: 9922863.

HSL color Cylindrical-coordinate representation of color #2F6997: hue angle of 206.54º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F6997 is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB47105151-
CMYK0.690.3000.41
HSL206.54º52.53%38.82%-
HSV(B)206.54º68.87%59.22%-
XYZ11.8112.9431.15-
YUV92.9160.7895.26-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.51%
GREEN value IS 105 (41.41% from 255) = 34.65%
BLUE value IS 151 (59.38% from 255) = 49.83%
R=15.51%
G=34.65%
B=49.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal471051510.690.3000.41206.5452.5338.82
Hex2F6997451E029cf3527
Octal57151227105360513176547
Binary101111110100110010111100010111110010100111001111110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,105,151); }

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

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

 a { background-color: rgb(47,105,151); }

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

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

 span { border-color: rgb(47,105,151); }

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