Html Css Color HEX #24417D Resolution Blue

📋 copy color: '#24417D'

red 36 ◦ green 65 ◦ blue 125

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

Shades of Resolution Blue #24417D

Tints of Resolution Blue #24417D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.76%

 BLUE value IS 125 (49.22% from 255) = 55.31%

R = 15.93%
G = 28.76%
B = 55.31%

CMYK

 C value IS 0.71

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#24417D (or 0x24417D) is known color: Resolution Blue. HEX triplet: 24, 41 and 7D. RGB value is (36,65,125). Sum of RGB (Red+Green+Blue) = 36+65+125=226 (29% of max value = 765). Red value is 36 (14.45% from 255 or 15.93% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 125 (49.22% from 255 or 55.31% from 226); Max value from RGB is 125 - color contains mainly: blue. Hex color #24417D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24417D is #DBBE82. Grayscale: #3E3E3E. Windows color (decimal): -14401155 or 8208676. OLE color: 8208676.

HSL color Cylindrical-coordinate representation of color #24417D: hue angle of 220.45º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #24417D is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 36 65 125 -
CMYK 0.71 0.48 0 0.51
HSL 220.45º 0.55% 0.32% -
HSV(B) 220.45º 0.71% 0.49% -
XYZ 6.32 5.64 20.16 -
YUV 63.17 162.89 108.62 -
System Red Green Blue C M Y K H S L
Decimal 36 65 125 0.71 0.48 0 0.51 220.45 0.55 0.32
Hex 24 41 7D 47 30 0 33 DC 37 20
Octal 44 101 175 107 60 0 63 334 67 40
Binary 100100 1000001 1111101 1000111 110000 0 110011 11011100 110111 100000

Color Harmonies of #24417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24417D

Black with #24417D

Text Example


Text Example

White with #24417D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,65,125); }

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

background-color css

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

 a { background-color: rgb(36,65,125); }

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

border-color css

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

 span { border-color: rgb(36,65,125); }

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