#24318E

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

Shades of Resolution Blue #24318E

Tints of Resolution Blue #24318E

Color information

#24318E (or 0x24318E) is unknown color: approx Resolution Blue. HEX triplet: 24, 31 and 8E. RGB value is (36,49,142). Sum of RGB (Red+Green+Blue) = 36+49+142=227 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.86% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 142 (55.86% from 255 or 62.56% from 227); Max value from RGB is 142 - color contains mainly: blue. Hex color #24318E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24318E is #DBCE71. Grayscale: #373737. Windows color (decimal): -14405234 or 9318692. OLE color: 9318692.

HSL color Cylindrical-coordinate representation of color #24318E: hue angle of 232.64º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #24318E is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3649142-
CMYK0.750.6500.44
HSL232.64º59.55%34.9%-
HSV(B)232.64º74.65%55.69%-
XYZ6.714.5226.11-
YUV55.72176.69113.94-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.86%
GREEN value IS 49 (19.53% from 255) = 21.59%
BLUE value IS 142 (55.86% from 255) = 62.56%
R=15.86%
G=21.59%
B=62.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal36491420.750.6500.44232.6459.5534.9
Hex24318E4B4102Ce93c23
Octal44612161131010543517443
Binary1001001100011000111010010111000001010110011101001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24318E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24318E; }

 p { color: rgb(36,49,142); }

 H1.HeaderClassName
 {
   color: #24318E;
 }
 .AnyTagClassName
 {
   color: #24318E;
 }
</style>
background-color css

<style>
 a { background-color: #24318E; }

 a { background-color: rgb(36,49,142); }

 div.DivClassName
 {
   background-color: #24318E;
 }
 .BgClassName
 {
   background-color: #24318E;
 }
</style>
border-color css

<style>
 span { border-color: #24318E; }

 span { border-color: rgb(36,49,142); }

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