#1D384E

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

Shades of Regal Blue #1D384E

Tints of Regal Blue #1D384E

Color information

#1D384E (or 0x1D384E) is unknown color: approx Regal Blue. HEX triplet: 1D, 38 and 4E. RGB value is (29,56,78). Sum of RGB (Red+Green+Blue) = 29+56+78=163 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.79% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 78 (30.86% from 255 or 47.85% from 163); Max value from RGB is 78 - color contains mainly: blue. Hex color #1D384E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D384E is #E2C7B1. Grayscale: #323232. Windows color (decimal): -14862258 or 5126173. OLE color: 5126173.

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

Color convert

RGB295678-
CMYK0.630.2800.69
HSL206.94º45.79%20.98%-
HSV(B)206.94º62.82%30.59%-
XYZ3.33.647.74-
YUV50.44143.55112.71-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.79%
GREEN value IS 56 (22.27% from 255) = 34.36%
BLUE value IS 78 (30.86% from 255) = 47.85%
R=17.79%
G=34.36%
B=47.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2956780.630.2800.69206.9445.7920.98
Hex1D384E3F1C045cf2e15
Octal3570116773401053175625
Binary11101111000100111011111111100010001011100111110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D384E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,56,78); }

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

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

 a { background-color: rgb(29,56,78); }

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

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

 span { border-color: rgb(29,56,78); }

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