#1C3576

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

Shades of Resolution Blue #1C3576

Tints of Resolution Blue #1C3576

Color information

#1C3576 (or 0x1C3576) is unknown color: approx Resolution Blue. HEX triplet: 1C, 35 and 76. RGB value is (28,53,118). Sum of RGB (Red+Green+Blue) = 28+53+118=199 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.07% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 118 (46.48% from 255 or 59.30% from 199); Max value from RGB is 118 - color contains mainly: blue. Hex color #1C3576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3576 is #E3CA89. Grayscale: #343434. Windows color (decimal): -14928522 or 7746844. OLE color: 7746844.

HSL color Cylindrical-coordinate representation of color #1C3576: hue angle of 223.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C3576 is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2853118-
CMYK0.760.5500.54
HSL223.33º61.64%28.63%-
HSV(B)223.33º76.27%46.27%-
XYZ5.024.117.67-
YUV52.93164.72110.21-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.07%
GREEN value IS 53 (21.09% from 255) = 26.63%
BLUE value IS 118 (46.48% from 255) = 59.30%
R=14.07%
G=26.63%
B=59.30%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal28531180.760.5500.54223.3361.6428.63
Hex1C35764C37036df3e1d
Octal3465166114670663377635
Binary111001101011110110100110011011101101101101111111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C3576; }

 p { color: rgb(28,53,118); }

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

<style>
 a { background-color: #1C3576; }

 a { background-color: rgb(28,53,118); }

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

<style>
 span { border-color: #1C3576; }

 span { border-color: rgb(28,53,118); }

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