#1E347A

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

Shades of Resolution Blue #1E347A

Tints of Resolution Blue #1E347A

Color information

#1E347A (or 0x1E347A) is unknown color: approx Resolution Blue. HEX triplet: 1E, 34 and 7A. RGB value is (30,52,122). Sum of RGB (Red+Green+Blue) = 30+52+122=204 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.71% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 122 (48.05% from 255 or 59.80% from 204); Max value from RGB is 122 - color contains mainly: blue. Hex color #1E347A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E347A is #E1CB85. Grayscale: #353535. Windows color (decimal): -14797702 or 8008734. OLE color: 8008734.

HSL color Cylindrical-coordinate representation of color #1E347A: hue angle of 225.65º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E347A is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3052122-
CMYK0.750.5700.52
HSL225.65º60.53%29.8%-
HSV(B)225.65º75.41%47.84%-
XYZ5.284.1418.93-
YUV53.4166.71111.31-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.71%
GREEN value IS 52 (20.70% from 255) = 25.49%
BLUE value IS 122 (48.05% from 255) = 59.80%
R=14.71%
G=25.49%
B=59.80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal30521220.750.5700.52225.6560.5329.8
Hex1E347A4B39034e23d1e
Octal3664172113710643427536
Binary111101101001111010100101111100101101001110001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E347A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,52,122); }

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

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

 a { background-color: rgb(30,52,122); }

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

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

 span { border-color: rgb(30,52,122); }

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