#1D384F

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

Shades of Regal Blue #1D384F

Tints of Regal Blue #1D384F

Color information

#1D384F (or 0x1D384F) is unknown color: approx Regal Blue. HEX triplet: 1D, 38 and 4F. RGB value is (29,56,79). Sum of RGB (Red+Green+Blue) = 29+56+79=164 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.68% from 164); Green value is 56 (22.27% from 255 or 34.15% from 164); Blue value is 79 (31.25% from 255 or 48.17% from 164); Max value from RGB is 79 - color contains mainly: blue. Hex color #1D384F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D384F is #E2C7B0. Grayscale: #323232. Windows color (decimal): -14862257 or 5191709. OLE color: 5191709.

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

Color convert

RGB295679-
CMYK0.630.2900.69
HSL207.6º46.3%21.18%-
HSV(B)207.6º63.29%30.98%-
XYZ3.333.657.93-
YUV50.55144.05112.63-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.68%
GREEN value IS 56 (22.27% from 255) = 34.15%
BLUE value IS 79 (31.25% from 255) = 48.17%
R=17.68%
G=34.15%
B=48.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2956790.630.2900.69207.646.321.18
Hex1D384F3F1D045d02e15
Octal3570117773501053205625
Binary11101111000100111111111111101010001011101000010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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