Html Css Color HEX #1E344E Regal Blue

📋 copy color: '#1E344E'

red 30 ◦ green 52 ◦ blue 78

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

Shades of Regal Blue #1E344E

Tints of Regal Blue #1E344E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 32.5%

 BLUE value IS 78 (30.86% from 255) = 48.75%

R = 18.75%
G = 32.5%
B = 48.75%

CMYK

 C value IS 0.62

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1E344E (or 0x1E344E) is known color: Regal Blue. HEX triplet: 1E, 34 and 4E. RGB value is (30,52,78). Sum of RGB (Red+Green+Blue) = 30+52+78=160 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.75% from 160); Green value is 52 (20.70% from 255 or 32.5% from 160); Blue value is 78 (30.86% from 255 or 48.75% from 160); Max value from RGB is 78 - color contains mainly: blue. Hex color #1E344E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E344E is #E1CBB1. Grayscale: #303030. Windows color (decimal): -14797746 or 5125150. OLE color: 5125150.

HSL color Cylindrical-coordinate representation of color #1E344E: hue angle of 212.5º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1E344E is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 30 52 78 -
CMYK 0.62 0.33 0 0.69
HSL 212.5º 0.44% 0.21% -
HSV(B) 212.5º 0.62% 0.31% -
XYZ 3.14 3.28 7.68 -
YUV 48.39 144.71 114.89 -
System Red Green Blue C M Y K H S L
Decimal 30 52 78 0.62 0.33 0 0.69 212.5 0.44 0.21
Hex 1E 34 4E 3E 21 0 45 D4 2C 15
Octal 36 64 116 76 41 0 105 324 54 25
Binary 11110 110100 1001110 111110 100001 0 1000101 11010100 101100 10101

Color Harmonies of #1E344E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E344E

Black with #1E344E

Text Example


Text Example

White with #1E344E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,52,78); }

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

background-color css

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

 a { background-color: rgb(30,52,78); }

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

border-color css

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

 span { border-color: rgb(30,52,78); }

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