#1C3884

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

Shades of Resolution Blue #1C3884

Tints of Resolution Blue #1C3884

Color information

#1C3884 (or 0x1C3884) is unknown color: approx Resolution Blue. HEX triplet: 1C, 38 and 84. RGB value is (28,56,132). Sum of RGB (Red+Green+Blue) = 28+56+132=216 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.96% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 132 (51.95% from 255 or 61.11% from 216); Max value from RGB is 132 - color contains mainly: blue. Hex color #1C3884 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3884 is #E3C77B. Grayscale: #373737. Windows color (decimal): -14927740 or 8665116. OLE color: 8665116.

HSL color Cylindrical-coordinate representation of color #1C3884: hue angle of 223.85º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C3884 is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2856132-
CMYK0.790.5800.48
HSL223.85º65%31.37%-
HSV(B)223.85º78.79%51.76%-
XYZ6.064.7422.43-
YUV56.29170.72107.82-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.96%
GREEN value IS 56 (22.27% from 255) = 25.93%
BLUE value IS 132 (51.95% from 255) = 61.11%
R=12.96%
G=25.93%
B=61.11%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal28561320.790.5800.48223.856531.37
Hex1C38844F3A030e0411f
Octal34702041177206034010137
Binary11100111000100001001001111111010011000011100000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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