#1c347c

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

Shades of Resolution Blue #1C347C

Tints of Resolution Blue #1C347C

Color information

#1C347C (or 0x1C347C) is unknown color: approx Resolution Blue. HEX triplet: 1C, 34 and 7C. RGB value is (28,52,124). Sum of RGB (Red+Green+Blue) = 28+52+124=204 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.73% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 124 (48.83% from 255 or 60.78% from 204); Max value from RGB is 124 - color contains mainly: blue. Hex color #1C347C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C347C is #E3CB83. Grayscale: #343434. Windows color (decimal): -14928772 or 8139804. OLE color: 8139804.

HSL color Cylindrical-coordinate representation of color #1C347C: hue angle of 225º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C347C is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2852124-
CMYK0.770.5800.51
HSL225º63.16%29.8%-
HSV(B)225º77.42%48.63%-
XYZ5.344.1619.59-
YUV53.03168.05110.15-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.73%
GREEN value IS 52 (20.70% from 255) = 25.49%
BLUE value IS 124 (48.83% from 255) = 60.78%
R=13.73%
G=25.49%
B=60.78%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal28521240.770.5800.5122563.1629.8
Hex1C347C4D3A033e13f1e
Octal3464174115720633417736
Binary111001101001111100100110111101001100111110000111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c347c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,52,124); }

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

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

 a { background-color: rgb(28,52,124); }

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

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

 span { border-color: rgb(28,52,124); }

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