#24386C

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

Shades of Resolution Blue #24386C

Tints of Resolution Blue #24386C

Color information

#24386C (or 0x24386C) is unknown color: approx Resolution Blue. HEX triplet: 24, 38 and 6C. RGB value is (36,56,108). Sum of RGB (Red+Green+Blue) = 36+56+108=200 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18% from 200); Green value is 56 (22.27% from 255 or 28% from 200); Blue value is 108 (42.58% from 255 or 54% from 200); Max value from RGB is 108 - color contains mainly: blue. Hex color #24386C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24386C is #DBC793. Grayscale: #373737. Windows color (decimal): -14403476 or 7092260. OLE color: 7092260.

HSL color Cylindrical-coordinate representation of color #24386C: hue angle of 223.33º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #24386C is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3656108-
CMYK0.670.4800.58
HSL223.33º50%28.24%-
HSV(B)223.33º66.67%42.35%-
XYZ4.854.2914.76-
YUV55.95157.37113.77-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18%
GREEN value IS 56 (22.27% from 255) = 28%
BLUE value IS 108 (42.58% from 255) = 54%
R=18%
G=28%
B=54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal36561080.670.4800.58223.335028.24
Hex24386C433003Adf321c
Octal4470154103600723376234
Binary1001001110001101100100001111000001110101101111111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24386C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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