Html Css Color HEX #24749C Lochmara

📋 copy color: '#24749C'

red 36 ◦ green 116 ◦ blue 156

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

Shades of Lochmara #24749C

Tints of Lochmara #24749C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 50.65%

R = 11.69%
G = 37.66%
B = 50.65%

CMYK

 C value IS 0.77

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#24749C (or 0x24749C) is known color: Lochmara. HEX triplet: 24, 74 and 9C. RGB value is (36,116,156). Sum of RGB (Red+Green+Blue) = 36+116+156=308 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.69% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 156 (61.33% from 255 or 50.65% from 308); Max value from RGB is 156 - color contains mainly: blue. Hex color #24749C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24749C is #DB8B63. Grayscale: #606060. Windows color (decimal): -14388068 or 10253348. OLE color: 10253348.

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

Color convert

RGB 36 116 156 -
CMYK 0.77 0.26 0 0.39
HSL 200º 0.63% 0.38% -
HSV(B) 200º 0.77% 0.61% -
XYZ 12.97 15.27 33.72 -
YUV 96.64 161.5 84.75 -
System Red Green Blue C M Y K H S L
Decimal 36 116 156 0.77 0.26 0 0.39 200 0.63 0.38
Hex 24 74 9C 4D 1A 0 27 C8 3E 26
Octal 44 164 234 115 32 0 47 310 76 46
Binary 100100 1110100 10011100 1001101 11010 0 100111 11001000 111110 100110

Color Harmonies of #24749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24749C

Black with #24749C

Text Example


Text Example

White with #24749C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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