#24326B

Color #24326B Resolution Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Resolution Blue #24326B

Tints of Resolution Blue #24326B

Color information

#24326B (or 0x24326B) is unknown color: approx 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

RGB3650107-
CMYK0.660.5300.58
HSL228.17º49.65%28.04%-
HSV(B)228.17º66.36%41.96%-
XYZ4.523.7214.39-
YUV52.31158.86116.37-

RGB Variations

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

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 (Cyan) values IS 0.66
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal36501070.660.5300.58228.1749.6528.04
Hex24326B423503Ae4321c
Octal4462153102650723446234
Binary1001001100101101011100001011010101110101110010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24326B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>