#24609D

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

Shades of Lochmara #24609D

Tints of Lochmara #24609D

Color information

#24609D (or 0x24609D) is unknown color: approx Lochmara. HEX triplet: 24, 60 and 9D. RGB value is (36,96,157). Sum of RGB (Red+Green+Blue) = 36+96+157=289 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.46% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 157 (61.72% from 255 or 54.33% from 289); Max value from RGB is 157 - color contains mainly: blue. Hex color #24609D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24609D is #DB9F62. Grayscale: #545454. Windows color (decimal): -14393187 or 10313764. OLE color: 10313764.

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

Color convert

RGB3696157-
CMYK0.770.3900.38
HSL210.25º62.69%37.84%-
HSV(B)210.25º77.07%61.57%-
XYZ1111.1833.48-
YUV85.01168.6293.04-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.46%
GREEN value IS 96 (37.89% from 255) = 33.22%
BLUE value IS 157 (61.72% from 255) = 54.33%
R=12.46%
G=33.22%
B=54.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal36961570.770.3900.38210.2562.6937.84
Hex24609D4D27026d23f26
Octal44140235115470463227746
Binary1001001100000100111011001101100111010011011010010111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24609D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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