#24689D

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

Shades of Lochmara #24689D

Tints of Lochmara #24689D

Color information

#24689D (or 0x24689D) is unknown color: approx Lochmara. HEX triplet: 24, 68 and 9D. RGB value is (36,104,157). Sum of RGB (Red+Green+Blue) = 36+104+157=297 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.12% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #24689D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24689D is #DB9762. Grayscale: #595959. Windows color (decimal): -14391139 or 10315812. OLE color: 10315812.

HSL color Cylindrical-coordinate representation of color #24689D: hue angle of 206.28º 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 #24689D is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB36104157-
CMYK0.770.3400.38
HSL206.28º62.69%37.84%-
HSV(B)206.28º77.07%61.57%-
XYZ11.7612.7133.73-
YUV89.71165.9789.69-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.12%
GREEN value IS 104 (41.02% from 255) = 35.02%
BLUE value IS 157 (61.72% from 255) = 52.86%
R=12.12%
G=35.02%
B=52.86%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal361041570.770.3400.38206.2862.6937.84
Hex24689D4D22026ce3f26
Octal44150235115420463167746
Binary1001001101000100111011001101100010010011011001110111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24689D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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