#2F6897

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

Shades of Lochmara #2F6897

Tints of Lochmara #2F6897

Color information

#2F6897 (or 0x2F6897) is unknown color: approx Lochmara. HEX triplet: 2F, 68 and 97. RGB value is (47,104,151). Sum of RGB (Red+Green+Blue) = 47+104+151=302 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.56% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 151 (59.38% from 255 or 50% from 302); Max value from RGB is 151 - color contains mainly: blue. Hex color #2F6897 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6897 is #D09768. Grayscale: #5C5C5C. Windows color (decimal): -13670249 or 9922607. OLE color: 9922607.

HSL color Cylindrical-coordinate representation of color #2F6897: hue angle of 207.12º 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 #2F6897 is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB47104151-
CMYK0.690.3100.41
HSL207.12º52.53%38.82%-
HSV(B)207.12º68.87%59.22%-
XYZ11.7112.7431.12-
YUV92.32161.1295.68-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.56%
GREEN value IS 104 (41.02% from 255) = 34.44%
BLUE value IS 151 (59.38% from 255) = 50%
R=15.56%
G=34.44%
B=50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal471041510.690.3100.41207.1252.5338.82
Hex2F6897451F029cf3527
Octal57150227105370513176547
Binary101111110100010010111100010111111010100111001111110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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