#1D3957

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

Shades of Regal Blue #1D3957

Tints of Regal Blue #1D3957

Color information

#1D3957 (or 0x1D3957) is unknown color: approx Regal Blue. HEX triplet: 1D, 39 and 57. RGB value is (29,57,87). Sum of RGB (Red+Green+Blue) = 29+57+87=173 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.76% from 173); Green value is 57 (22.66% from 255 or 32.95% from 173); Blue value is 87 (34.38% from 255 or 50.29% from 173); Max value from RGB is 87 - color contains mainly: blue. Hex color #1D3957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3957 is #E2C6A8. Grayscale: #333333. Windows color (decimal): -14861993 or 5716253. OLE color: 5716253.

HSL color Cylindrical-coordinate representation of color #1D3957: hue angle of 211.03º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D3957 is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB295787-
CMYK0.670.3400.66
HSL211.03º50%22.75%-
HSV(B)211.03º66.67%34.12%-
XYZ3.693.889.57-
YUV52.05147.72111.56-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.76%
GREEN value IS 57 (22.66% from 255) = 32.95%
BLUE value IS 87 (34.38% from 255) = 50.29%
R=16.76%
G=32.95%
B=50.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2957870.670.3400.66211.035022.75
Hex1D39574322042d33217
Octal35711271034201023236227
Binary1110111100110101111000011100010010000101101001111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,57,87); }

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

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

 a { background-color: rgb(29,57,87); }

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

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

 span { border-color: rgb(29,57,87); }

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