#1E3951

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

Shades of Regal Blue #1E3951

Tints of Regal Blue #1E3951

Color information

#1E3951 (or 0x1E3951) is unknown color: approx Regal Blue. HEX triplet: 1E, 39 and 51. RGB value is (30,57,81). Sum of RGB (Red+Green+Blue) = 30+57+81=168 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.86% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 81 (32.03% from 255 or 48.21% from 168); Max value from RGB is 81 - color contains mainly: blue. Hex color #1E3951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3951 is #E1C6AE. Grayscale: #333333. Windows color (decimal): -14796463 or 5323038. OLE color: 5323038.

HSL color Cylindrical-coordinate representation of color #1E3951: hue angle of 208.24º 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 #1E3951 is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB305781-
CMYK0.630.3000.68
HSL208.24º45.95%21.76%-
HSV(B)208.24º62.96%31.76%-
XYZ3.483.88.33-
YUV51.66144.55112.55-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 17.86%
GREEN value IS 57 (22.66% from 255) = 33.93%
BLUE value IS 81 (32.03% from 255) = 48.21%
R=17.86%
G=33.93%
B=48.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3057810.630.3000.68208.2445.9521.76
Hex1E39513F1E044d02e16
Octal3671121773601043205626
Binary11110111001101000111111111110010001001101000010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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