Html Css Color HEX #24417B Resolution Blue

📋 copy color: '#24417B'

red 36 ◦ green 65 ◦ blue 123

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

Shades of Resolution Blue #24417B

Tints of Resolution Blue #24417B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 54.91%

R = 16.07%
G = 29.02%
B = 54.91%

CMYK

 C value IS 0.71

 M value IS 0.47

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#24417B (or 0x24417B) is known color: Resolution Blue. HEX triplet: 24, 41 and 7B. RGB value is (36,65,123). Sum of RGB (Red+Green+Blue) = 36+65+123=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 123 (48.44% from 255 or 54.91% from 224); Max value from RGB is 123 - color contains mainly: blue. Hex color #24417B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24417B is #DBBE84. Grayscale: #3E3E3E. Windows color (decimal): -14401157 or 8077604. OLE color: 8077604.

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

Color convert

RGB 36 65 123 -
CMYK 0.71 0.47 0 0.52
HSL 220º 0.55% 0.31% -
HSV(B) 220º 0.71% 0.48% -
XYZ 6.19 5.59 19.49 -
YUV 62.94 161.89 108.78 -
System Red Green Blue C M Y K H S L
Decimal 36 65 123 0.71 0.47 0 0.52 220 0.55 0.31
Hex 24 41 7B 47 2F 0 34 DC 37 1F
Octal 44 101 173 107 57 0 64 334 67 37
Binary 100100 1000001 1111011 1000111 101111 0 110100 11011100 110111 11111

Color Harmonies of #24417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24417B

Black with #24417B

Text Example


Text Example

White with #24417B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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