#247AAD

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

Shades of Lochmara #247AAD

Tints of Lochmara #247AAD

Color information

#247AAD (or 0x247AAD) is unknown color: approx Lochmara. HEX triplet: 24, 7A and AD. RGB value is (36,122,173). Sum of RGB (Red+Green+Blue) = 36+122+173=331 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.88% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #247AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247AAD is #DB8552. Grayscale: #656565. Windows color (decimal): -14386515 or 11368996. OLE color: 11368996.

HSL color Cylindrical-coordinate representation of color #247AAD: hue angle of 202.34º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #247AAD is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB36122173-
CMYK0.790.2900.32
HSL202.34º65.55%40.98%-
HSV(B)202.34º79.19%67.84%-
XYZ15.2317.3142.07-
YUV102.1168.0180.85-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.88%
GREEN value IS 122 (48.05% from 255) = 36.86%
BLUE value IS 173 (67.97% from 255) = 52.27%
R=10.88%
G=36.86%
B=52.27%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal361221730.790.2900.32202.3465.5540.98
Hex247AAD4F1D020ca4229
Octal441722551173504031210251
Binary1001001111010101011011001111111010100000110010101000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,122,173); }

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

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

 a { background-color: rgb(36,122,173); }

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

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

 span { border-color: rgb(36,122,173); }

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