Html Css Color HEX #24769D Lochmara

📋 copy color: '#24769D'

red 36 ◦ green 118 ◦ blue 157

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

Shades of Lochmara #24769D

Tints of Lochmara #24769D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.94%

 BLUE value IS 157 (61.72% from 255) = 50.48%

R = 11.58%
G = 37.94%
B = 50.48%

CMYK

 C value IS 0.77

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#24769D (or 0x24769D) is known color: Lochmara. HEX triplet: 24, 76 and 9D. RGB value is (36,118,157). Sum of RGB (Red+Green+Blue) = 36+118+157=311 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.58% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #24769D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24769D is #DB8962. Grayscale: #616161. Windows color (decimal): -14387555 or 10319396. OLE color: 10319396.

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

Color convert

RGB 36 118 157 -
CMYK 0.77 0.25 0 0.38
HSL 199.34º 0.63% 0.38% -
HSV(B) 199.34º 0.77% 0.62% -
XYZ 13.29 15.77 34.24 -
YUV 97.93 161.33 83.83 -
System Red Green Blue C M Y K H S L
Decimal 36 118 157 0.77 0.25 0 0.38 199.34 0.63 0.38
Hex 24 76 9D 4D 19 0 26 C7 3F 26
Octal 44 166 235 115 31 0 46 307 77 46
Binary 100100 1110110 10011101 1001101 11001 0 100110 11000111 111111 100110

Color Harmonies of #24769D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24769D

Black with #24769D

Text Example


Text Example

White with #24769D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24769D;
 }
 .AnyTagClassName
 {
   color: #24769D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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