#24307F

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

Shades of Resolution Blue #24307F

Tints of Resolution Blue #24307F

Color information

#24307F (or 0x24307F) is unknown color: approx Resolution Blue. HEX triplet: 24, 30 and 7F. RGB value is (36,48,127). Sum of RGB (Red+Green+Blue) = 36+48+127=211 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.06% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 127 (50% from 255 or 60.19% from 211); Max value from RGB is 127 - color contains mainly: blue. Hex color #24307F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24307F is #DBCF80. Grayscale: #353535. Windows color (decimal): -14405505 or 8335396. OLE color: 8335396.

HSL color Cylindrical-coordinate representation of color #24307F: hue angle of 232.09º 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 #24307F is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3648127-
CMYK0.720.6200.50
HSL232.09º55.83%31.96%-
HSV(B)232.09º71.65%49.8%-
XYZ5.624.0220.56-
YUV53.42169.52115.58-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.06%
GREEN value IS 48 (19.14% from 255) = 22.75%
BLUE value IS 127 (50% from 255) = 60.19%
R=17.06%
G=22.75%
B=60.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal36481270.720.6200.50232.0955.8331.96
Hex24307F483E032e83820
Octal4460177110760623507040
Binary10010011000011111111001000111110011001011101000111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24307F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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