#1C3676

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

Shades of Resolution Blue #1C3676

Tints of Resolution Blue #1C3676

Color information

#1C3676 (or 0x1C3676) is unknown color: approx Resolution Blue. HEX triplet: 1C, 36 and 76. RGB value is (28,54,118). Sum of RGB (Red+Green+Blue) = 28+54+118=200 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 118 (46.48% from 255 or 59% from 200); Max value from RGB is 118 - color contains mainly: blue. Hex color #1C3676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3676 is #E3C989. Grayscale: #353535. Windows color (decimal): -14928266 or 7747100. OLE color: 7747100.

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

Color convert

RGB2854118-
CMYK0.760.5400.54
HSL222.67º61.64%28.63%-
HSV(B)222.67º76.27%46.27%-
XYZ5.074.1917.68-
YUV53.52164.39109.8-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14%
GREEN value IS 54 (21.48% from 255) = 27%
BLUE value IS 118 (46.48% from 255) = 59%
R=14%
G=27%
B=59%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal28541180.760.5400.54222.6761.6428.63
Hex1C36764C36036df3e1d
Octal3466166114660663377635
Binary111001101101110110100110011011001101101101111111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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