Html Css Color HEX #1E3D57 Regal Blue

📋 copy color: '#1E3D57'

red 30 ◦ green 61 ◦ blue 87

#1E3D57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regal Blue #1E3D57

Tints of Regal Blue #1E3D57

RGB

 RED value IS 30 (12.11% from 255) = 16.85%

 GREEN value IS 61 (24.22% from 255) = 34.27%

 BLUE value IS 87 (34.38% from 255) = 48.88%

R = 16.85%
G = 34.27%
B = 48.88%

CMYK

 C value IS 0.66

 M value IS 0.30

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#1E3D57 (or 0x1E3D57) is known color: Regal Blue. HEX triplet: 1E, 3D and 57. RGB value is (30,61,87). Sum of RGB (Red+Green+Blue) = 30+61+87=178 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.85% from 178); Green value is 61 (24.22% from 255 or 34.27% from 178); Blue value is 87 (34.38% from 255 or 48.88% from 178); Max value from RGB is 87 - color contains mainly: blue. Hex color #1E3D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3D57 is #E1C2A8. Grayscale: #363636. Windows color (decimal): -14795433 or 5717278. OLE color: 5717278.

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

Color convert

RGB 30 61 87 -
CMYK 0.66 0.30 0 0.66
HSL 207.37º 0.49% 0.23% -
HSV(B) 207.37º 0.66% 0.34% -
XYZ 3.92 4.3 9.64 -
YUV 54.7 146.23 110.39 -
System Red Green Blue C M Y K H S L
Decimal 30 61 87 0.66 0.30 0 0.66 207.37 0.49 0.23
Hex 1E 3D 57 42 1E 0 42 CF 31 17
Octal 36 75 127 102 36 0 102 317 61 27
Binary 11110 111101 1010111 1000010 11110 0 1000010 11001111 110001 10111

Color Harmonies of #1E3D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3D57

Black with #1E3D57

Text Example


Text Example

White with #1E3D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E3D57;
 }
 .AnyTagClassName
 {
   color: #1E3D57;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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