#1e3d55

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

Shades of Regal Blue #1E3D55

Tints of Regal Blue #1E3D55

Color information

#1E3D55 (or 0x1E3D55) is unknown color: approx Regal Blue. HEX triplet: 1E, 3D and 55. RGB value is (30,61,85). Sum of RGB (Red+Green+Blue) = 30+61+85=176 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.05% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 85 (33.59% from 255 or 48.30% from 176); Max value from RGB is 85 - color contains mainly: blue. Hex color #1E3D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3D55 is #E1C2AA. Grayscale: #363636. Windows color (decimal): -14795435 or 5586206. OLE color: 5586206.

HSL color Cylindrical-coordinate representation of color #1E3D55: hue angle of 206.18º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1E3D55 is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB306185-
CMYK0.650.2800.67
HSL206.18º47.83%22.55%-
HSV(B)206.18º64.71%33.33%-
XYZ3.844.279.22-
YUV54.47145.23110.55-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 17.05%
GREEN value IS 61 (24.22% from 255) = 34.66%
BLUE value IS 85 (33.59% from 255) = 48.30%
R=17.05%
G=34.66%
B=48.30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3061850.650.2800.67206.1847.8322.55
Hex1E3D55411C043ce3017
Octal36751251013401033166027
Binary111101111011010101100000111100010000111100111011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e3d55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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