Html Css Color HEX #24749B Lochmara

📋 copy color: '#24749B'

red 36 ◦ green 116 ◦ blue 155

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

Shades of Lochmara #24749B

Tints of Lochmara #24749B

RGB

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

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

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

R = 11.73%
G = 37.79%
B = 50.49%

CMYK

 C value IS 0.77

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#24749B (or 0x24749B) is known color: Lochmara. HEX triplet: 24, 74 and 9B. RGB value is (36,116,155). Sum of RGB (Red+Green+Blue) = 36+116+155=307 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.73% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #24749B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24749B is #DB8B64. Grayscale: #606060. Windows color (decimal): -14388069 or 10187812. OLE color: 10187812.

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

Color convert

RGB 36 116 155 -
CMYK 0.77 0.25 0 0.39
HSL 199.66º 0.62% 0.37% -
HSV(B) 199.66º 0.77% 0.61% -
XYZ 12.89 15.23 33.27 -
YUV 96.53 161 84.83 -
System Red Green Blue C M Y K H S L
Decimal 36 116 155 0.77 0.25 0 0.39 199.66 0.62 0.37
Hex 24 74 9B 4D 19 0 27 C8 3E 25
Octal 44 164 233 115 31 0 47 310 76 45
Binary 100100 1110100 10011011 1001101 11001 0 100111 11001000 111110 100101

Color Harmonies of #24749B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24749B

Black with #24749B

Text Example


Text Example

White with #24749B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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