#2f61ab

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

Shades of Lochmara #2F61AB

Tints of Lochmara #2F61AB

Color information

#2F61AB (or 0x2F61AB) is unknown color: approx Lochmara. HEX triplet: 2F, 61 and AB. RGB value is (47,97,171). Sum of RGB (Red+Green+Blue) = 47+97+171=315 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.92% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #2F61AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F61AB is #D09E54. Grayscale: #5A5A5A. Windows color (decimal): -13672021 or 11231535. OLE color: 11231535.

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

Color convert

RGB4797171-
CMYK0.730.4300.33
HSL215.81º56.88%42.75%-
HSV(B)215.81º72.51%67.06%-
XYZ12.812.0940.19-
YUV90.49173.4496.98-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.92%
GREEN value IS 97 (38.28% from 255) = 30.79%
BLUE value IS 171 (67.19% from 255) = 54.29%
R=14.92%
G=30.79%
B=54.29%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal47971710.730.4300.33215.8156.8842.75
Hex2F61AB492B021d8392b
Octal57141253111530413307153
Binary1011111100001101010111001001101011010000111011000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f61ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,97,171); }

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

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

 a { background-color: rgb(47,97,171); }

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

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

 span { border-color: rgb(47,97,171); }

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