#24316F

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

Shades of Resolution Blue #24316F

Tints of Resolution Blue #24316F

Color information

#24316F (or 0x24316F) is unknown color: approx Resolution Blue. HEX triplet: 24, 31 and 6F. RGB value is (36,49,111). Sum of RGB (Red+Green+Blue) = 36+49+111=196 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.37% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 111 (43.75% from 255 or 56.63% from 196); Max value from RGB is 111 - color contains mainly: blue. Hex color #24316F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24316F is #DBCE90. Grayscale: #333333. Windows color (decimal): -14405265 or 7287076. OLE color: 7287076.

HSL color Cylindrical-coordinate representation of color #24316F: hue angle of 229.6º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #24316F is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3649111-
CMYK0.680.5600.56
HSL229.6º51.02%28.82%-
HSV(B)229.6º67.57%43.53%-
XYZ4.73.7215.51-
YUV52.18161.19116.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.37%
GREEN value IS 49 (19.53% from 255) = 25%
BLUE value IS 111 (43.75% from 255) = 56.63%
R=18.37%
G=25%
B=56.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal36491110.680.5600.56229.651.0228.82
Hex24316F4438038e6331d
Octal4461157104700703466335
Binary1001001100011101111100010011100001110001110011011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24316F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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