Html Css Color HEX #24759F Lochmara

📋 copy color: '#24759F'

red 36 ◦ green 117 ◦ blue 159

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

Shades of Lochmara #24759F

Tints of Lochmara #24759F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.5%

 BLUE value IS 159 (62.5% from 255) = 50.96%

R = 11.54%
G = 37.5%
B = 50.96%

CMYK

 C value IS 0.77

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#24759F (or 0x24759F) is known color: Lochmara. HEX triplet: 24, 75 and 9F. RGB value is (36,117,159). Sum of RGB (Red+Green+Blue) = 36+117+159=312 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.54% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 159 (62.5% from 255 or 50.96% from 312); Max value from RGB is 159 - color contains mainly: blue. Hex color #24759F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24759F is #DB8A60. Grayscale: #616161. Windows color (decimal): -14387809 or 10450212. OLE color: 10450212.

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

Color convert

RGB 36 117 159 -
CMYK 0.77 0.26 0 0.38
HSL 200.49º 0.63% 0.38% -
HSV(B) 200.49º 0.77% 0.62% -
XYZ 13.35 15.6 35.11 -
YUV 97.57 162.66 84.08 -
System Red Green Blue C M Y K H S L
Decimal 36 117 159 0.77 0.26 0 0.38 200.49 0.63 0.38
Hex 24 75 9F 4D 1A 0 26 C8 3F 26
Octal 44 165 237 115 32 0 46 310 77 46
Binary 100100 1110101 10011111 1001101 11010 0 100110 11001000 111111 100110

Color Harmonies of #24759F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24759F

Black with #24759F

Text Example


Text Example

White with #24759F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24759F; }

 p { color: rgb(36,117,159); }

 H1.HeaderClassName
 {
   color: #24759F;
 }
 .AnyTagClassName
 {
   color: #24759F;
 }
</style>

background-color css

<style>
 a { background-color: #24759F; }

 a { background-color: rgb(36,117,159); }

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

border-color css

<style>
 span { border-color: #24759F; }

 span { border-color: rgb(36,117,159); }

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