#24307A

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

Shades of Resolution Blue #24307A

Tints of Resolution Blue #24307A

Color information

#24307A (or 0x24307A) is unknown color: approx Resolution Blue. HEX triplet: 24, 30 and 7A. RGB value is (36,48,122). Sum of RGB (Red+Green+Blue) = 36+48+122=206 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.48% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 122 (48.05% from 255 or 59.22% from 206); Max value from RGB is 122 - color contains mainly: blue. Hex color #24307A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24307A is #DBCF85. Grayscale: #343434. Windows color (decimal): -14405510 or 8007716. OLE color: 8007716.

HSL color Cylindrical-coordinate representation of color #24307A: hue angle of 231.63º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #24307A is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3648122-
CMYK0.700.6100.52
HSL231.63º54.43%30.98%-
HSV(B)231.63º70.49%47.84%-
XYZ5.33.8918.88-
YUV52.85167.02115.98-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.48%
GREEN value IS 48 (19.14% from 255) = 23.30%
BLUE value IS 122 (48.05% from 255) = 59.22%
R=17.48%
G=23.30%
B=59.22%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal36481220.700.6100.52231.6354.4330.98
Hex24307A463D034e8361f
Octal4460172106750643506637
Binary1001001100001111010100011011110101101001110100011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24307A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24307A; }

 p { color: rgb(36,48,122); }

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

<style>
 a { background-color: #24307A; }

 a { background-color: rgb(36,48,122); }

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

<style>
 span { border-color: #24307A; }

 span { border-color: rgb(36,48,122); }

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