#247BAB

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

Shades of Lochmara #247BAB

Tints of Lochmara #247BAB

Color information

#247BAB (or 0x247BAB) is unknown color: approx Lochmara. HEX triplet: 24, 7B and AB. RGB value is (36,123,171). Sum of RGB (Red+Green+Blue) = 36+123+171=330 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.91% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #247BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247BAB is #DB8454. Grayscale: #666666. Windows color (decimal): -14386261 or 11238180. OLE color: 11238180.

HSL color Cylindrical-coordinate representation of color #247BAB: hue angle of 201.33º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #247BAB is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB36123171-
CMYK0.790.2800.33
HSL201.33º65.22%40.59%-
HSV(B)201.33º78.95%67.06%-
XYZ15.1617.4841.1-
YUV102.46166.6880.6-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.91%
GREEN value IS 123 (48.44% from 255) = 37.27%
BLUE value IS 171 (67.19% from 255) = 51.82%
R=10.91%
G=37.27%
B=51.82%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal361231710.790.2800.33201.3365.2240.59
Hex247BAB4F1C021c94129
Octal441732531173404131110151
Binary1001001111011101010111001111111000100001110010011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247BAB; }

 p { color: rgb(36,123,171); }

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

<style>
 a { background-color: #247BAB; }

 a { background-color: rgb(36,123,171); }

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

<style>
 span { border-color: #247BAB; }

 span { border-color: rgb(36,123,171); }

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