#24386F

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

Shades of Resolution Blue #24386F

Tints of Resolution Blue #24386F

Color information

#24386F (or 0x24386F) is unknown color: approx Resolution Blue. HEX triplet: 24, 38 and 6F. RGB value is (36,56,111). Sum of RGB (Red+Green+Blue) = 36+56+111=203 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.73% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 111 (43.75% from 255 or 54.68% from 203); Max value from RGB is 111 - color contains mainly: blue. Hex color #24386F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24386F is #DBC790. Grayscale: #383838. Windows color (decimal): -14403473 or 7288868. OLE color: 7288868.

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

Color convert

RGB3656111-
CMYK0.680.5000.56
HSL224º51.02%28.82%-
HSV(B)224º67.57%43.53%-
XYZ5.014.3515.61-
YUV56.29158.87113.53-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.73%
GREEN value IS 56 (22.27% from 255) = 27.59%
BLUE value IS 111 (43.75% from 255) = 54.68%
R=17.73%
G=27.59%
B=54.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal36561110.680.5000.5622451.0228.82
Hex24386F4432038e0331d
Octal4470157104620703406335
Binary1001001110001101111100010011001001110001110000011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24386F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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