Html Css Color HEX #24699C Lochmara

📋 copy color: '#24699C'

red 36 ◦ green 105 ◦ blue 156

#24699C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #24699C

Tints of Lochmara #24699C

RGB

 RED value IS 36 (14.45% from 255) = 12.12%

 GREEN value IS 105 (41.41% from 255) = 35.35%

 BLUE value IS 156 (61.33% from 255) = 52.53%

R = 12.12%
G = 35.35%
B = 52.53%

CMYK

 C value IS 0.77

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#24699C (or 0x24699C) is known color: Lochmara. HEX triplet: 24, 69 and 9C. RGB value is (36,105,156). Sum of RGB (Red+Green+Blue) = 36+105+156=297 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.12% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 156 (61.33% from 255 or 52.53% from 297); Max value from RGB is 156 - color contains mainly: blue. Hex color #24699C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24699C is #DB9663. Grayscale: #595959. Windows color (decimal): -14390884 or 10250532. OLE color: 10250532.

HSL color Cylindrical-coordinate representation of color #24699C: hue angle of 205.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24699C is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 36 105 156 -
CMYK 0.77 0.33 0 0.39
HSL 205.5º 0.63% 0.38% -
HSV(B) 205.5º 0.77% 0.61% -
XYZ 11.78 12.88 33.32 -
YUV 90.18 165.14 89.35 -
System Red Green Blue C M Y K H S L
Decimal 36 105 156 0.77 0.33 0 0.39 205.5 0.63 0.38
Hex 24 69 9C 4D 21 0 27 CE 3E 26
Octal 44 151 234 115 41 0 47 316 76 46
Binary 100100 1101001 10011100 1001101 100001 0 100111 11001110 111110 100110

Color Harmonies of #24699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24699C

Black with #24699C

Text Example


Text Example

White with #24699C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24699C;
 }
 .AnyTagClassName
 {
   color: #24699C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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