#24316D

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

Shades of Resolution Blue #24316D

Tints of Resolution Blue #24316D

Color information

#24316D (or 0x24316D) is unknown color: approx Resolution Blue. HEX triplet: 24, 31 and 6D. RGB value is (36,49,109). Sum of RGB (Red+Green+Blue) = 36+49+109=194 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.56% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 109 (42.97% from 255 or 56.19% from 194); Max value from RGB is 109 - color contains mainly: blue. Hex color #24316D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24316D is #DBCE92. Grayscale: #333333. Windows color (decimal): -14405267 or 7156004. OLE color: 7156004.

HSL color Cylindrical-coordinate representation of color #24316D: hue angle of 229.32º 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 #24316D is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3649109-
CMYK0.670.5500.57
HSL229.32º50.34%28.43%-
HSV(B)229.32º66.97%42.75%-
XYZ4.593.6814.94-
YUV51.95160.19116.62-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.56%
GREEN value IS 49 (19.53% from 255) = 25.26%
BLUE value IS 109 (42.97% from 255) = 56.19%
R=18.56%
G=25.26%
B=56.19%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal36491090.670.5500.57229.3250.3428.43
Hex24316D4337039e5321c
Octal4461155103670713456234
Binary1001001100011101101100001111011101110011110010111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24316D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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