#24387F

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

Shades of Resolution Blue #24387F

Tints of Resolution Blue #24387F

Color information

#24387F (or 0x24387F) is unknown color: approx Resolution Blue. HEX triplet: 24, 38 and 7F. RGB value is (36,56,127). Sum of RGB (Red+Green+Blue) = 36+56+127=219 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.44% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 127 (50% from 255 or 57.99% from 219); Max value from RGB is 127 - color contains mainly: blue. Hex color #24387F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24387F is #DBC780. Grayscale: #393939. Windows color (decimal): -14403457 or 8337444. OLE color: 8337444.

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

Color convert

RGB3656127-
CMYK0.720.5600.50
HSL226.81º55.83%31.96%-
HSV(B)226.81º71.65%49.8%-
XYZ5.974.7420.68-
YUV58.11166.87112.23-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.44%
GREEN value IS 56 (22.27% from 255) = 25.57%
BLUE value IS 127 (50% from 255) = 57.99%
R=16.44%
G=25.57%
B=57.99%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal36561270.720.5600.50226.8155.8331.96
Hex24387F4838032e33820
Octal4470177110700623437040
Binary10010011100011111111001000111000011001011100011111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24387F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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