Html Css Color HEX #24799E Lochmara

📋 copy color: '#24799E'

red 36 ◦ green 121 ◦ blue 158

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

Shades of Lochmara #24799E

Tints of Lochmara #24799E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.41%

 BLUE value IS 158 (62.11% from 255) = 50.16%

R = 11.43%
G = 38.41%
B = 50.16%

CMYK

 C value IS 0.77

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#24799E (or 0x24799E) is known color: Lochmara. HEX triplet: 24, 79 and 9E. RGB value is (36,121,158). Sum of RGB (Red+Green+Blue) = 36+121+158=315 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.43% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 158 (62.11% from 255 or 50.16% from 315); Max value from RGB is 158 - color contains mainly: blue. Hex color #24799E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24799E is #DB8661. Grayscale: #636363. Windows color (decimal): -14386786 or 10385700. OLE color: 10385700.

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

Color convert

RGB 36 121 158 -
CMYK 0.77 0.23 0 0.38
HSL 198.2º 0.63% 0.38% -
HSV(B) 198.2º 0.77% 0.62% -
XYZ 13.74 16.52 34.81 -
YUV 99.8 160.84 82.49 -
System Red Green Blue C M Y K H S L
Decimal 36 121 158 0.77 0.23 0 0.38 198.2 0.63 0.38
Hex 24 79 9E 4D 17 0 26 C6 3F 26
Octal 44 171 236 115 27 0 46 306 77 46
Binary 100100 1111001 10011110 1001101 10111 0 100110 11000110 111111 100110

Color Harmonies of #24799E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24799E

Black with #24799E

Text Example


Text Example

White with #24799E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24799E; }

 p { color: rgb(36,121,158); }

 H1.HeaderClassName
 {
   color: #24799E;
 }
 .AnyTagClassName
 {
   color: #24799E;
 }
</style>

background-color css

<style>
 a { background-color: #24799E; }

 a { background-color: rgb(36,121,158); }

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

border-color css

<style>
 span { border-color: #24799E; }

 span { border-color: rgb(36,121,158); }

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