Html Css Color HEX #24407E Resolution Blue

📋 copy color: '#24407E'

red 36 ◦ green 64 ◦ blue 126

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

Shades of Resolution Blue #24407E

Tints of Resolution Blue #24407E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.32%

 BLUE value IS 126 (49.61% from 255) = 55.75%

R = 15.93%
G = 28.32%
B = 55.75%

CMYK

 C value IS 0.71

 M value IS 0.49

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#24407E (or 0x24407E) is known color: Resolution Blue. HEX triplet: 24, 40 and 7E. RGB value is (36,64,126). Sum of RGB (Red+Green+Blue) = 36+64+126=226 (29% of max value = 765). Red value is 36 (14.45% from 255 or 15.93% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 126 (49.61% from 255 or 55.75% from 226); Max value from RGB is 126 - color contains mainly: blue. Hex color #24407E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24407E is #DBBF81. Grayscale: #3E3E3E. Windows color (decimal): -14401410 or 8273956. OLE color: 8273956.

HSL color Cylindrical-coordinate representation of color #24407E: hue angle of 221.33º degrees, saturation: 0.56, 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 #24407E is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 36 64 126 -
CMYK 0.71 0.49 0 0.51
HSL 221.33º 0.56% 0.32% -
HSV(B) 221.33º 0.71% 0.49% -
XYZ 6.33 5.55 20.48 -
YUV 62.7 163.72 108.96 -
System Red Green Blue C M Y K H S L
Decimal 36 64 126 0.71 0.49 0 0.51 221.33 0.56 0.32
Hex 24 40 7E 47 31 0 33 DD 38 20
Octal 44 100 176 107 61 0 63 335 70 40
Binary 100100 1000000 1111110 1000111 110001 0 110011 11011101 111000 100000

Color Harmonies of #24407E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24407E

Black with #24407E

Text Example


Text Example

White with #24407E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24407E; }

 p { color: rgb(36,64,126); }

 H1.HeaderClassName
 {
   color: #24407E;
 }
 .AnyTagClassName
 {
   color: #24407E;
 }
</style>

background-color css

<style>
 a { background-color: #24407E; }

 a { background-color: rgb(36,64,126); }

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

border-color css

<style>
 span { border-color: #24407E; }

 span { border-color: rgb(36,64,126); }

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