#24709D

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

Shades of Lochmara #24709D

Tints of Lochmara #24709D

Color information

#24709D (or 0x24709D) is unknown color: approx Lochmara. HEX triplet: 24, 70 and 9D. RGB value is (36,112,157). Sum of RGB (Red+Green+Blue) = 36+112+157=305 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.80% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #24709D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24709D is #DB8F62. Grayscale: #5E5E5E. Windows color (decimal): -14389091 or 10317860. OLE color: 10317860.

HSL color Cylindrical-coordinate representation of color #24709D: hue angle of 202.31º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24709D is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB36112157-
CMYK0.770.2900.38
HSL202.31º62.69%37.84%-
HSV(B)202.31º77.07%61.57%-
XYZ12.6114.434.01-
YUV94.41163.3286.34-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.80%
GREEN value IS 112 (44.14% from 255) = 36.72%
BLUE value IS 157 (61.72% from 255) = 51.48%
R=11.80%
G=36.72%
B=51.48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal361121570.770.2900.38202.3162.6937.84
Hex24709D4D1D026ca3f26
Octal44160235115350463127746
Binary100100111000010011101100110111101010011011001010111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24709D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24709D; }

 p { color: rgb(36,112,157); }

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

<style>
 a { background-color: #24709D; }

 a { background-color: rgb(36,112,157); }

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

<style>
 span { border-color: #24709D; }

 span { border-color: rgb(36,112,157); }

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