#1E3D58

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

Shades of Regal Blue #1E3D58

Tints of Regal Blue #1E3D58

Color information

#1E3D58 (or 0x1E3D58) is unknown color: approx Regal Blue. HEX triplet: 1E, 3D and 58. RGB value is (30,61,88). Sum of RGB (Red+Green+Blue) = 30+61+88=179 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.76% from 179); Green value is 61 (24.22% from 255 or 34.08% from 179); Blue value is 88 (34.77% from 255 or 49.16% from 179); Max value from RGB is 88 - color contains mainly: blue. Hex color #1E3D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3D58 is #E1C2A7. Grayscale: #363636. Windows color (decimal): -14795432 or 5782814. OLE color: 5782814.

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

Color convert

RGB306188-
CMYK0.660.3100.65
HSL207.93º49.15%23.14%-
HSV(B)207.93º65.91%34.51%-
XYZ3.974.329.86-
YUV54.81146.73110.3-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.76%
GREEN value IS 61 (24.22% from 255) = 34.08%
BLUE value IS 88 (34.77% from 255) = 49.16%
R=16.76%
G=34.08%
B=49.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3061880.660.3100.65207.9349.1523.14
Hex1E3D58421F041d03117
Octal36751301023701013206127
Binary111101111011011000100001011111010000011101000011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,61,88); }

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

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

 a { background-color: rgb(30,61,88); }

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

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

 span { border-color: rgb(30,61,88); }

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