#2F72AA

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

Shades of Lochmara #2F72AA

Tints of Lochmara #2F72AA

Color information

#2F72AA (or 0x2F72AA) is unknown color: approx Lochmara. HEX triplet: 2F, 72 and AA. RGB value is (47,114,170). Sum of RGB (Red+Green+Blue) = 47+114+170=331 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.20% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F72AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F72AA is #D08D55. Grayscale: #646464. Windows color (decimal): -13667670 or 11170351. OLE color: 11170351.

HSL color Cylindrical-coordinate representation of color #2F72AA: hue angle of 207.32º 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 #2F72AA is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB47114170-
CMYK0.720.3300.33
HSL207.32º56.68%42.55%-
HSV(B)207.32º72.35%66.67%-
XYZ14.4515.5440.27-
YUV100.35167.389.95-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.20%
GREEN value IS 114 (44.92% from 255) = 34.44%
BLUE value IS 170 (66.80% from 255) = 51.36%
R=14.20%
G=34.44%
B=51.36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal471141700.720.3300.33207.3256.6842.55
Hex2F72AA4821021cf392b
Octal57162252110410413177153
Binary1011111110010101010101001000100001010000111001111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F72AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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