Html Css Color HEX #24326D Resolution Blue

📋 copy color: '#24326D'

red 36 ◦ green 50 ◦ blue 109

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

Shades of Resolution Blue #24326D

Tints of Resolution Blue #24326D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 55.9%

R = 18.46%
G = 25.64%
B = 55.9%

CMYK

 C value IS 0.67

 M value IS 0.54

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#24326D (or 0x24326D) is known color: Resolution Blue. HEX triplet: 24, 32 and 6D. RGB value is (36,50,109). Sum of RGB (Red+Green+Blue) = 36+50+109=195 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.46% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 109 (42.97% from 255 or 55.90% from 195); Max value from RGB is 109 - color contains mainly: blue. Hex color #24326D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24326D is #DBCD92. Grayscale: #343434. Windows color (decimal): -14405011 or 7156260. OLE color: 7156260.

HSL color Cylindrical-coordinate representation of color #24326D: hue angle of 228.49º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #24326D is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 36 50 109 -
CMYK 0.67 0.54 0 0.57
HSL 228.49º 0.5% 0.28% -
HSV(B) 228.49º 0.67% 0.43% -
XYZ 4.63 3.76 14.95 -
YUV 52.54 159.86 116.2 -
System Red Green Blue C M Y K H S L
Decimal 36 50 109 0.67 0.54 0 0.57 228.49 0.5 0.28
Hex 24 32 6D 43 36 0 39 E4 32 1C
Octal 44 62 155 103 66 0 71 344 62 34
Binary 100100 110010 1101101 1000011 110110 0 111001 11100100 110010 11100

Color Harmonies of #24326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24326D

Black with #24326D

Text Example


Text Example

White with #24326D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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