#1C3878

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

Shades of Resolution Blue #1C3878

Tints of Resolution Blue #1C3878

Color information

#1C3878 (or 0x1C3878) is unknown color: approx Resolution Blue. HEX triplet: 1C, 38 and 78. RGB value is (28,56,120). Sum of RGB (Red+Green+Blue) = 28+56+120=204 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.73% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 120 (47.27% from 255 or 58.82% from 204); Max value from RGB is 120 - color contains mainly: blue. Hex color #1C3878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3878 is #E3C787. Grayscale: #363636. Windows color (decimal): -14927752 or 7878684. OLE color: 7878684.

HSL color Cylindrical-coordinate representation of color #1C3878: hue angle of 221.74º 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 #1C3878 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2856120-
CMYK0.770.5300.53
HSL221.74º62.16%29.02%-
HSV(B)221.74º76.67%47.06%-
XYZ5.284.4318.35-
YUV54.92164.72108.8-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.73%
GREEN value IS 56 (22.27% from 255) = 27.45%
BLUE value IS 120 (47.27% from 255) = 58.82%
R=13.73%
G=27.45%
B=58.82%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal28561200.770.5300.53221.7462.1629.02
Hex1C38784D35035de3e1d
Octal3470170115650653367635
Binary111001110001111000100110111010101101011101111011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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