Html Css Color HEX #24326F Resolution Blue

📋 copy color: '#24326F'

red 36 ◦ green 50 ◦ blue 111

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

Shades of Resolution Blue #24326F

Tints of Resolution Blue #24326F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 56.35%

R = 18.27%
G = 25.38%
B = 56.35%

CMYK

 C value IS 0.68

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#24326F (or 0x24326F) is known color: Resolution Blue. HEX triplet: 24, 32 and 6F. RGB value is (36,50,111). Sum of RGB (Red+Green+Blue) = 36+50+111=197 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.27% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 111 (43.75% from 255 or 56.35% from 197); Max value from RGB is 111 - color contains mainly: blue. Hex color #24326F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24326F is #DBCD90. Grayscale: #343434. Windows color (decimal): -14405009 or 7287332. OLE color: 7287332.

HSL color Cylindrical-coordinate representation of color #24326F: hue angle of 228.8º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #24326F is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 36 50 111 -
CMYK 0.68 0.55 0 0.56
HSL 228.8º 0.51% 0.29% -
HSV(B) 228.8º 0.68% 0.44% -
XYZ 4.74 3.8 15.52 -
YUV 52.77 160.86 116.04 -
System Red Green Blue C M Y K H S L
Decimal 36 50 111 0.68 0.55 0 0.56 228.8 0.51 0.29
Hex 24 32 6F 44 37 0 38 E5 33 1D
Octal 44 62 157 104 67 0 70 345 63 35
Binary 100100 110010 1101111 1000100 110111 0 111000 11100101 110011 11101

Color Harmonies of #24326F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24326F

Black with #24326F

Text Example


Text Example

White with #24326F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24326F; }

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

 H1.HeaderClassName
 {
   color: #24326F;
 }
 .AnyTagClassName
 {
   color: #24326F;
 }
</style>

background-color css

<style>
 a { background-color: #24326F; }

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

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

border-color css

<style>
 span { border-color: #24326F; }

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

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