#24699d

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

Shades of Lochmara #24699D

Tints of Lochmara #24699D

Color information

#24699D (or 0x24699D) is unknown color: approx Lochmara. HEX triplet: 24, 69 and 9D. RGB value is (36,105,157). Sum of RGB (Red+Green+Blue) = 36+105+157=298 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.08% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 157 (61.72% from 255 or 52.68% from 298); Max value from RGB is 157 - color contains mainly: blue. Hex color #24699D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24699D is #DB9662. Grayscale: #5A5A5A. Windows color (decimal): -14390883 or 10316068. OLE color: 10316068.

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

Color convert

RGB36105157-
CMYK0.770.3300.38
HSL205.79º62.69%37.84%-
HSV(B)205.79º77.07%61.57%-
XYZ11.8612.9133.77-
YUV90.3165.6489.27-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.08%
GREEN value IS 105 (41.41% from 255) = 35.23%
BLUE value IS 157 (61.72% from 255) = 52.68%
R=12.08%
G=35.23%
B=52.68%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal361051570.770.3300.38205.7962.6937.84
Hex24699D4D21026ce3f26
Octal44151235115410463167746
Binary1001001101001100111011001101100001010011011001110111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24699d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24699d; }

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

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

<style>
 a { background-color: #24699d; }

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

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

<style>
 span { border-color: #24699d; }

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

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