Html Css Color HEX #24749D Lochmara

📋 copy color: '#24749D'

red 36 ◦ green 116 ◦ blue 157

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

Shades of Lochmara #24749D

Tints of Lochmara #24749D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.54%

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

R = 11.65%
G = 37.54%
B = 50.81%

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

#24749D (or 0x24749D) is known color: Lochmara. HEX triplet: 24, 74 and 9D. RGB value is (36,116,157). Sum of RGB (Red+Green+Blue) = 36+116+157=309 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.65% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 157 (61.72% from 255 or 50.81% from 309); Max value from RGB is 157 - color contains mainly: blue. Hex color #24749D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24749D is #DB8B62. Grayscale: #606060. Windows color (decimal): -14388067 or 10318884. OLE color: 10318884.

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

Color convert

RGB 36 116 157 -
CMYK 0.77 0.26 0 0.38
HSL 200.33º 0.63% 0.38% -
HSV(B) 200.33º 0.77% 0.62% -
XYZ 13.06 15.3 34.16 -
YUV 96.75 162 84.67 -
System Red Green Blue C M Y K H S L
Decimal 36 116 157 0.77 0.26 0 0.38 200.33 0.63 0.38
Hex 24 74 9D 4D 1A 0 26 C8 3F 26
Octal 44 164 235 115 32 0 46 310 77 46
Binary 100100 1110100 10011101 1001101 11010 0 100110 11001000 111111 100110

Color Harmonies of #24749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24749D

Black with #24749D

Text Example


Text Example

White with #24749D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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