Html Css Color HEX #24799B Lochmara

📋 copy color: '#24799B'

red 36 ◦ green 121 ◦ blue 155

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

Shades of Lochmara #24799B

Tints of Lochmara #24799B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 49.68%

R = 11.54%
G = 38.78%
B = 49.68%

CMYK

 C value IS 0.77

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#24799B (or 0x24799B) is known color: Lochmara. HEX triplet: 24, 79 and 9B. RGB value is (36,121,155). Sum of RGB (Red+Green+Blue) = 36+121+155=312 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.54% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #24799B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24799B is #DB8664. Grayscale: #636363. Windows color (decimal): -14386789 or 10189092. OLE color: 10189092.

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

Color convert

RGB 36 121 155 -
CMYK 0.77 0.22 0 0.39
HSL 197.14º 0.62% 0.37% -
HSV(B) 197.14º 0.77% 0.61% -
XYZ 13.48 16.42 33.47 -
YUV 99.46 159.34 82.74 -
System Red Green Blue C M Y K H S L
Decimal 36 121 155 0.77 0.22 0 0.39 197.14 0.62 0.37
Hex 24 79 9B 4D 16 0 27 C5 3E 25
Octal 44 171 233 115 26 0 47 305 76 45
Binary 100100 1111001 10011011 1001101 10110 0 100111 11000101 111110 100101

Color Harmonies of #24799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24799B

Black with #24799B

Text Example


Text Example

White with #24799B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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