#1D347C

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

Shades of Resolution Blue #1D347C

Tints of Resolution Blue #1D347C

Color information

#1D347C (or 0x1D347C) is unknown color: approx Resolution Blue. HEX triplet: 1D, 34 and 7C. RGB value is (29,52,124). Sum of RGB (Red+Green+Blue) = 29+52+124=205 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.15% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 124 (48.83% from 255 or 60.49% from 205); Max value from RGB is 124 - color contains mainly: blue. Hex color #1D347C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D347C is #E2CB83. Grayscale: #353535. Windows color (decimal): -14863236 or 8139805. OLE color: 8139805.

HSL color Cylindrical-coordinate representation of color #1D347C: hue angle of 225.47º degrees, saturation: 0.62, 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 #1D347C is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2952124-
CMYK0.770.5800.51
HSL225.47º62.09%30%-
HSV(B)225.47º76.61%48.63%-
XYZ5.374.1719.59-
YUV53.33167.88110.65-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.15%
GREEN value IS 52 (20.70% from 255) = 25.37%
BLUE value IS 124 (48.83% from 255) = 60.49%
R=14.15%
G=25.37%
B=60.49%

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
Decimal29521240.770.5800.51225.4762.0930
Hex1D347C4D3A033e13e1e
Octal3564174115720633417636
Binary111011101001111100100110111101001100111110000111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D347C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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