#2F7DAB

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

Shades of Lochmara #2F7DAB

Tints of Lochmara #2F7DAB

Color information

#2F7DAB (or 0x2F7DAB) is unknown color: approx Lochmara. HEX triplet: 2F, 7D and AB. RGB value is (47,125,171). Sum of RGB (Red+Green+Blue) = 47+125+171=343 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.70% from 343); Green value is 125 (49.22% from 255 or 36.44% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #2F7DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F7DAB is #D08254. Grayscale: #6A6A6A. Windows color (decimal): -13664853 or 11238703. OLE color: 11238703.

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

Color convert

RGB47125171-
CMYK0.730.2700.33
HSL202.26º56.88%42.75%-
HSV(B)202.26º72.51%67.06%-
XYZ15.8618.2141.21-
YUV106.92164.1685.26-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.70%
GREEN value IS 125 (49.22% from 255) = 36.44%
BLUE value IS 171 (67.19% from 255) = 49.85%
R=13.70%
G=36.44%
B=49.85%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal471251710.730.2700.33202.2656.8842.75
Hex2F7DAB491B021ca392b
Octal57175253111330413127153
Binary101111111110110101011100100111011010000111001010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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