#24346B

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

Shades of Resolution Blue #24346B

Tints of Resolution Blue #24346B

Color information

#24346B (or 0x24346B) is unknown color: approx Resolution Blue. HEX triplet: 24, 34 and 6B. RGB value is (36,52,107). Sum of RGB (Red+Green+Blue) = 36+52+107=195 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.46% from 195); Green value is 52 (20.70% from 255 or 26.67% from 195); Blue value is 107 (42.19% from 255 or 54.87% from 195); Max value from RGB is 107 - color contains mainly: blue. Hex color #24346B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24346B is #DBCB94. Grayscale: #353535. Windows color (decimal): -14404501 or 7025700. OLE color: 7025700.

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

Color convert

RGB3652107-
CMYK0.660.5100.58
HSL226.48º49.65%28.04%-
HSV(B)226.48º66.36%41.96%-
XYZ4.613.8914.42-
YUV53.49158.2115.53-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.46%
GREEN value IS 52 (20.70% from 255) = 26.67%
BLUE value IS 107 (42.19% from 255) = 54.87%
R=18.46%
G=26.67%
B=54.87%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal36521070.660.5100.58226.4849.6528.04
Hex24346B423303Ae2321c
Octal4464153102630723426234
Binary1001001101001101011100001011001101110101110001011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24346B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24346B; }

 p { color: rgb(36,52,107); }

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

<style>
 a { background-color: #24346B; }

 a { background-color: rgb(36,52,107); }

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

<style>
 span { border-color: #24346B; }

 span { border-color: rgb(36,52,107); }

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