#1E3651

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

Shades of Regal Blue #1E3651

Tints of Regal Blue #1E3651

Color information

#1E3651 (or 0x1E3651) is unknown color: approx Regal Blue. HEX triplet: 1E, 36 and 51. RGB value is (30,54,81). Sum of RGB (Red+Green+Blue) = 30+54+81=165 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.18% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 81 (32.03% from 255 or 49.09% from 165); Max value from RGB is 81 - color contains mainly: blue. Hex color #1E3651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3651 is #E1C9AE. Grayscale: #313131. Windows color (decimal): -14797231 or 5322270. OLE color: 5322270.

HSL color Cylindrical-coordinate representation of color #1E3651: hue angle of 211.76º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1E3651 is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB305481-
CMYK0.630.3300.68
HSL211.76º45.95%21.76%-
HSV(B)211.76º62.96%31.76%-
XYZ3.343.518.29-
YUV49.9145.55113.8-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.18%
GREEN value IS 54 (21.48% from 255) = 32.73%
BLUE value IS 81 (32.03% from 255) = 49.09%
R=18.18%
G=32.73%
B=49.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3054810.630.3300.68211.7645.9521.76
Hex1E36513F21044d42e16
Octal3666121774101043245626
Binary111101101101010001111111100001010001001101010010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,54,81); }

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

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

 a { background-color: rgb(30,54,81); }

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

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

 span { border-color: rgb(30,54,81); }

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