#24356C

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

Shades of Resolution Blue #24356C

Tints of Resolution Blue #24356C

Color information

#24356C (or 0x24356C) is unknown color: approx Resolution Blue. HEX triplet: 24, 35 and 6C. RGB value is (36,53,108). Sum of RGB (Red+Green+Blue) = 36+53+108=197 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.27% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 108 (42.58% from 255 or 54.82% from 197); Max value from RGB is 108 - color contains mainly: blue. Hex color #24356C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24356C is #DBCA93. Grayscale: #353535. Windows color (decimal): -14404244 or 7091492. OLE color: 7091492.

HSL color Cylindrical-coordinate representation of color #24356C: hue angle of 225.83º 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 #24356C is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3653108-
CMYK0.670.5100.58
HSL225.83º50%28.24%-
HSV(B)225.83º66.67%42.35%-
XYZ4.71414.71-
YUV54.19158.37115.03-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.27%
GREEN value IS 53 (21.09% from 255) = 26.90%
BLUE value IS 108 (42.58% from 255) = 54.82%
R=18.27%
G=26.90%
B=54.82%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal36531080.670.5100.58225.835028.24
Hex24356C433303Ae2321c
Octal4465154103630723426234
Binary1001001101011101100100001111001101110101110001011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24356C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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