#1D3955

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

Shades of Regal Blue #1D3955

Tints of Regal Blue #1D3955

Color information

#1D3955 (or 0x1D3955) is unknown color: approx Regal Blue. HEX triplet: 1D, 39 and 55. RGB value is (29,57,85). Sum of RGB (Red+Green+Blue) = 29+57+85=171 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.96% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 85 (33.59% from 255 or 49.71% from 171); Max value from RGB is 85 - color contains mainly: blue. Hex color #1D3955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3955 is #E2C6AA. Grayscale: #333333. Windows color (decimal): -14861995 or 5585181. OLE color: 5585181.

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

Color convert

RGB295785-
CMYK0.660.3300.67
HSL210º49.12%22.35%-
HSV(B)210º65.88%33.33%-
XYZ3.613.849.15-
YUV51.82146.72111.72-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.96%
GREEN value IS 57 (22.66% from 255) = 33.33%
BLUE value IS 85 (33.59% from 255) = 49.71%
R=16.96%
G=33.33%
B=49.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2957850.660.3300.6721049.1222.35
Hex1D39554221043d23116
Octal35711251024101033226126
Binary1110111100110101011000010100001010000111101001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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