#1E3A57

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

Shades of Regal Blue #1E3A57

Tints of Regal Blue #1E3A57

Color information

#1E3A57 (or 0x1E3A57) is unknown color: approx Regal Blue. HEX triplet: 1E, 3A and 57. RGB value is (30,58,87). Sum of RGB (Red+Green+Blue) = 30+58+87=175 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.14% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 87 (34.38% from 255 or 49.71% from 175); Max value from RGB is 87 - color contains mainly: blue. Hex color #1E3A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3A57 is #E1C5A8. Grayscale: #343434. Windows color (decimal): -14796201 or 5716510. OLE color: 5716510.

HSL color Cylindrical-coordinate representation of color #1E3A57: hue angle of 210.53º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1E3A57 is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB305887-
CMYK0.660.3300.66
HSL210.53º48.72%22.94%-
HSV(B)210.53º65.52%34.12%-
XYZ3.773.999.59-
YUV52.93147.22111.64-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 17.14%
GREEN value IS 58 (23.05% from 255) = 33.14%
BLUE value IS 87 (34.38% from 255) = 49.71%
R=17.14%
G=33.14%
B=49.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3058870.660.3300.66210.5348.7222.94
Hex1E3A574221042d33117
Octal36721271024101023236127
Binary1111011101010101111000010100001010000101101001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,58,87); }

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

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

 a { background-color: rgb(30,58,87); }

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

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

 span { border-color: rgb(30,58,87); }

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