Html Css Color HEX #24357D Resolution Blue

📋 copy color: '#24357D'

red 36 ◦ green 53 ◦ blue 125

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

Shades of Resolution Blue #24357D

Tints of Resolution Blue #24357D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.77%

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

R = 16.82%
G = 24.77%
B = 58.41%

CMYK

 C value IS 0.71

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#24357D (or 0x24357D) is known color: Resolution Blue. HEX triplet: 24, 35 and 7D. RGB value is (36,53,125). Sum of RGB (Red+Green+Blue) = 36+53+125=214 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.82% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 125 (49.22% from 255 or 58.41% from 214); Max value from RGB is 125 - color contains mainly: blue. Hex color #24357D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24357D is #DBCA82. Grayscale: #373737. Windows color (decimal): -14404227 or 8205604. OLE color: 8205604.

HSL color Cylindrical-coordinate representation of color #24357D: hue angle of 228.54º 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 #24357D is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 36 53 125 -
CMYK 0.71 0.58 0 0.51
HSL 228.54º 0.55% 0.32% -
HSV(B) 228.54º 0.71% 0.49% -
XYZ 5.7 4.4 19.95 -
YUV 56.13 166.87 113.65 -
System Red Green Blue C M Y K H S L
Decimal 36 53 125 0.71 0.58 0 0.51 228.54 0.55 0.32
Hex 24 35 7D 47 3A 0 33 E5 37 20
Octal 44 65 175 107 72 0 63 345 67 40
Binary 100100 110101 1111101 1000111 111010 0 110011 11100101 110111 100000

Color Harmonies of #24357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24357D

Black with #24357D

Text Example


Text Example

White with #24357D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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