Html Css Color HEX #24327D Resolution Blue

📋 copy color: '#24327D'

red 36 ◦ green 50 ◦ blue 125

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

Shades of Resolution Blue #24327D

Tints of Resolution Blue #24327D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.7%

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

R = 17.06%
G = 23.7%
B = 59.24%

CMYK

 C value IS 0.71

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#24327D (or 0x24327D) is known color: Resolution Blue. HEX triplet: 24, 32 and 7D. RGB value is (36,50,125). Sum of RGB (Red+Green+Blue) = 36+50+125=211 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.06% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 125 (49.22% from 255 or 59.24% from 211); Max value from RGB is 125 - color contains mainly: blue. Hex color #24327D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24327D is #DBCD82. Grayscale: #363636. Windows color (decimal): -14404995 or 8204836. OLE color: 8204836.

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

Color convert

RGB 36 50 125 -
CMYK 0.71 0.60 0 0.51
HSL 230.56º 0.55% 0.32% -
HSV(B) 230.56º 0.71% 0.49% -
XYZ 5.57 4.14 19.91 -
YUV 54.36 167.86 114.9 -
System Red Green Blue C M Y K H S L
Decimal 36 50 125 0.71 0.60 0 0.51 230.56 0.55 0.32
Hex 24 32 7D 47 3C 0 33 E7 37 20
Octal 44 62 175 107 74 0 63 347 67 40
Binary 100100 110010 1111101 1000111 111100 0 110011 11100111 110111 100000

Color Harmonies of #24327D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24327D

Black with #24327D

Text Example


Text Example

White with #24327D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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