#1D3B50

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

Shades of Regal Blue #1D3B50

Tints of Regal Blue #1D3B50

Color information

#1D3B50 (or 0x1D3B50) is unknown color: approx Regal Blue. HEX triplet: 1D, 3B and 50. RGB value is (29,59,80). Sum of RGB (Red+Green+Blue) = 29+59+80=168 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.26% from 168); Green value is 59 (23.44% from 255 or 35.12% from 168); Blue value is 80 (31.64% from 255 or 47.62% from 168); Max value from RGB is 80 - color contains mainly: blue. Hex color #1D3B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3B50 is #E2C4AF. Grayscale: #343434. Windows color (decimal): -14861488 or 5258013. OLE color: 5258013.

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

Color convert

RGB295980-
CMYK0.640.2600.69
HSL204.71º46.79%21.37%-
HSV(B)204.71º63.75%31.37%-
XYZ3.523.978.17-
YUV52.42143.56111.29-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.26%
GREEN value IS 59 (23.44% from 255) = 35.12%
BLUE value IS 80 (31.64% from 255) = 47.62%
R=17.26%
G=35.12%
B=47.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2959800.640.2600.69204.7146.7921.37
Hex1D3B50401A045cd2f15
Octal35731201003201053155725
Binary111011110111010000100000011010010001011100110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,59,80); }

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

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

 a { background-color: rgb(29,59,80); }

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

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

 span { border-color: rgb(29,59,80); }

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