#1D3650

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

Shades of Regal Blue #1D3650

Tints of Regal Blue #1D3650

Color information

#1D3650 (or 0x1D3650) is unknown color: approx Regal Blue. HEX triplet: 1D, 36 and 50. RGB value is (29,54,80). Sum of RGB (Red+Green+Blue) = 29+54+80=163 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.79% from 163); Green value is 54 (21.48% from 255 or 33.13% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #1D3650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3650 is #E2C9AF. Grayscale: #313131. Windows color (decimal): -14862768 or 5256733. OLE color: 5256733.

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

Color convert

RGB295480-
CMYK0.640.3300.69
HSL210.59º46.79%21.37%-
HSV(B)210.59º63.75%31.37%-
XYZ3.273.488.09-
YUV49.49145.22113.39-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.79%
GREEN value IS 54 (21.48% from 255) = 33.13%
BLUE value IS 80 (31.64% from 255) = 49.08%
R=17.79%
G=33.13%
B=49.08%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2954800.640.3300.69210.5946.7921.37
Hex1D36504021045d32f15
Octal35661201004101053235725
Binary1110111011010100001000000100001010001011101001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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