#1C3778

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

Shades of Resolution Blue #1C3778

Tints of Resolution Blue #1C3778

Color information

#1C3778 (or 0x1C3778) is unknown color: approx Resolution Blue. HEX triplet: 1C, 37 and 78. RGB value is (28,55,120). Sum of RGB (Red+Green+Blue) = 28+55+120=203 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.79% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 120 (47.27% from 255 or 59.11% from 203); Max value from RGB is 120 - color contains mainly: blue. Hex color #1C3778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3778 is #E3C887. Grayscale: #363636. Windows color (decimal): -14928008 or 7878428. OLE color: 7878428.

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

Color convert

RGB2855120-
CMYK0.770.5400.53
HSL222.39º62.16%29.02%-
HSV(B)222.39º76.67%47.06%-
XYZ5.244.3418.33-
YUV54.34165.05109.21-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.79%
GREEN value IS 55 (21.88% from 255) = 27.09%
BLUE value IS 120 (47.27% from 255) = 59.11%
R=13.79%
G=27.09%
B=59.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal28551200.770.5400.53222.3962.1629.02
Hex1C37784D36035de3e1d
Octal3467170115660653367635
Binary111001101111111000100110111011001101011101111011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,55,120); }

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

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

 a { background-color: rgb(28,55,120); }

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

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

 span { border-color: rgb(28,55,120); }

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