#1C3571

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

Shades of Resolution Blue #1C3571

Tints of Resolution Blue #1C3571

Color information

#1C3571 (or 0x1C3571) is unknown color: approx Resolution Blue. HEX triplet: 1C, 35 and 71. RGB value is (28,53,113). Sum of RGB (Red+Green+Blue) = 28+53+113=194 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.43% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 113 (44.53% from 255 or 58.25% from 194); Max value from RGB is 113 - color contains mainly: blue. Hex color #1C3571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3571 is #E3CA8E. Grayscale: #343434. Windows color (decimal): -14928527 or 7419164. OLE color: 7419164.

HSL color Cylindrical-coordinate representation of color #1C3571: hue angle of 222.35º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C3571 is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2853113-
CMYK0.750.5300.56
HSL222.35º60.28%27.65%-
HSV(B)222.35º75.22%44.31%-
XYZ4.733.9916.14-
YUV52.36162.22110.62-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.43%
GREEN value IS 53 (21.09% from 255) = 27.32%
BLUE value IS 113 (44.53% from 255) = 58.25%
R=14.43%
G=27.32%
B=58.25%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal28531130.750.5300.56222.3560.2827.65
Hex1C35714B35038de3c1c
Octal3465161113650703367434
Binary111001101011110001100101111010101110001101111011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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