#24317F

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

Shades of Resolution Blue #24317F

Tints of Resolution Blue #24317F

Color information

#24317F (or 0x24317F) is unknown color: approx Resolution Blue. HEX triplet: 24, 31 and 7F. RGB value is (36,49,127). Sum of RGB (Red+Green+Blue) = 36+49+127=212 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.98% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 127 (50% from 255 or 59.91% from 212); Max value from RGB is 127 - color contains mainly: blue. Hex color #24317F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24317F is #DBCE80. Grayscale: #353535. Windows color (decimal): -14405249 or 8335652. OLE color: 8335652.

HSL color Cylindrical-coordinate representation of color #24317F: hue angle of 231.43º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #24317F is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3649127-
CMYK0.720.6100.50
HSL231.43º55.83%31.96%-
HSV(B)231.43º71.65%49.8%-
XYZ5.664.120.57-
YUV54169.19115.16-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.98%
GREEN value IS 49 (19.53% from 255) = 23.11%
BLUE value IS 127 (50% from 255) = 59.91%
R=16.98%
G=23.11%
B=59.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal36491270.720.6100.50231.4355.8331.96
Hex24317F483D032e73820
Octal4461177110750623477040
Binary10010011000111111111001000111101011001011100111111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24317F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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