#2F60AA

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

Shades of Lochmara #2F60AA

Tints of Lochmara #2F60AA

Color information

#2F60AA (or 0x2F60AA) is unknown color: approx Lochmara. HEX triplet: 2F, 60 and AA. RGB value is (47,96,170). Sum of RGB (Red+Green+Blue) = 47+96+170=313 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.02% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F60AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F60AA is #D09F55. Grayscale: #595959. Windows color (decimal): -13672278 or 11165743. OLE color: 11165743.

HSL color Cylindrical-coordinate representation of color #2F60AA: hue angle of 216.1º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F60AA is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4796170-
CMYK0.720.4400.33
HSL216.1º56.68%42.55%-
HSV(B)216.1º72.35%66.67%-
XYZ12.6111.8739.66-
YUV89.78173.2797.48-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.02%
GREEN value IS 96 (37.89% from 255) = 30.67%
BLUE value IS 170 (66.80% from 255) = 54.31%
R=15.02%
G=30.67%
B=54.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal47961700.720.4400.33216.156.6842.55
Hex2F60AA482C021d8392b
Octal57140252110540413307153
Binary1011111100000101010101001000101100010000111011000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F60AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,96,170); }

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

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

 a { background-color: rgb(47,96,170); }

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

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

 span { border-color: rgb(47,96,170); }

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