#247DAE

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

Shades of Lochmara #247DAE

Tints of Lochmara #247DAE

Color information

#247DAE (or 0x247DAE) is unknown color: approx Lochmara. HEX triplet: 24, 7D and AE. RGB value is (36,125,174). Sum of RGB (Red+Green+Blue) = 36+125+174=335 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.75% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #247DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247DAE is #DB8251. Grayscale: #676767. Windows color (decimal): -14385746 or 11435300. OLE color: 11435300.

HSL color Cylindrical-coordinate representation of color #247DAE: hue angle of 201.3º 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 #247DAE is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB36125174-
CMYK0.790.2800.32
HSL201.3º65.71%41.18%-
HSV(B)201.3º79.31%68.24%-
XYZ15.718.142.71-
YUV103.98167.5179.52-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.75%
GREEN value IS 125 (49.22% from 255) = 37.31%
BLUE value IS 174 (68.36% from 255) = 51.94%
R=10.75%
G=37.31%
B=51.94%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal361251740.790.2800.32201.365.7141.18
Hex247DAE4F1C020c94229
Octal441752561173404031110251
Binary1001001111101101011101001111111000100000110010011000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,125,174); }

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

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

 a { background-color: rgb(36,125,174); }

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

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

 span { border-color: rgb(36,125,174); }

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