#2F7598

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

Shades of Lochmara #2F7598

Tints of Lochmara #2F7598

Color information

#2F7598 (or 0x2F7598) is unknown color: approx Lochmara. HEX triplet: 2F, 75 and 98. RGB value is (47,117,152). Sum of RGB (Red+Green+Blue) = 47+117+152=316 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.87% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 152 (59.77% from 255 or 48.10% from 316); Max value from RGB is 152 - color contains mainly: blue. Hex color #2F7598 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F7598 is #D08A67. Grayscale: #636363. Windows color (decimal): -13666920 or 9991471. OLE color: 9991471.

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

Color convert

RGB47117152-
CMYK0.690.2300.40
HSL200º52.76%39.02%-
HSV(B)200º69.08%59.61%-
XYZ13.215.5932.02-
YUV100.06157.3190.15-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.87%
GREEN value IS 117 (46.09% from 255) = 37.03%
BLUE value IS 152 (59.77% from 255) = 48.10%
R=14.87%
G=37.03%
B=48.10%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal471171520.690.2300.4020052.7639.02
Hex2F75984517028c83527
Octal57165230105270503106547
Binary101111111010110011000100010110111010100011001000110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,117,152); }

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

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

 a { background-color: rgb(47,117,152); }

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

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

 span { border-color: rgb(47,117,152); }

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