Html Css Color HEX #24326B Resolution Blue

📋 copy color: '#24326B'

red 36 ◦ green 50 ◦ blue 107

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

Shades of Resolution Blue #24326B

Tints of Resolution Blue #24326B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 55.44%

R = 18.65%
G = 25.91%
B = 55.44%

CMYK

 C value IS 0.66

 M value IS 0.53

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#24326B (or 0x24326B) is known color: Resolution Blue. HEX triplet: 24, 32 and 6B. RGB value is (36,50,107). Sum of RGB (Red+Green+Blue) = 36+50+107=193 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.65% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 107 (42.19% from 255 or 55.44% from 193); Max value from RGB is 107 - color contains mainly: blue. Hex color #24326B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24326B is #DBCD94. Grayscale: #343434. Windows color (decimal): -14405013 or 7025188. OLE color: 7025188.

HSL color Cylindrical-coordinate representation of color #24326B: hue angle of 228.17º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #24326B is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 36 50 107 -
CMYK 0.66 0.53 0 0.58
HSL 228.17º 0.5% 0.28% -
HSV(B) 228.17º 0.66% 0.42% -
XYZ 4.52 3.72 14.39 -
YUV 52.31 158.86 116.37 -
System Red Green Blue C M Y K H S L
Decimal 36 50 107 0.66 0.53 0 0.58 228.17 0.5 0.28
Hex 24 32 6B 42 35 0 3A E4 32 1C
Octal 44 62 153 102 65 0 72 344 62 34
Binary 100100 110010 1101011 1000010 110101 0 111010 11100100 110010 11100

Color Harmonies of #24326B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24326B

Black with #24326B

Text Example


Text Example

White with #24326B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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