#1D3751

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

Shades of Regal Blue #1D3751

Tints of Regal Blue #1D3751

Color information

#1D3751 (or 0x1D3751) is unknown color: approx Regal Blue. HEX triplet: 1D, 37 and 51. RGB value is (29,55,81). Sum of RGB (Red+Green+Blue) = 29+55+81=165 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.58% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 81 (32.03% from 255 or 49.09% from 165); Max value from RGB is 81 - color contains mainly: blue. Hex color #1D3751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3751 is #E2C8AE. Grayscale: #323232. Windows color (decimal): -14862511 or 5322525. OLE color: 5322525.

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

Color convert

RGB295581-
CMYK0.640.3200.68
HSL210º47.27%21.57%-
HSV(B)210º64.2%31.76%-
XYZ3.363.598.3-
YUV50.19145.39112.89-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.58%
GREEN value IS 55 (21.88% from 255) = 33.33%
BLUE value IS 81 (32.03% from 255) = 49.09%
R=17.58%
G=33.33%
B=49.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2955810.640.3200.6821047.2721.57
Hex1D37514020044d22f16
Octal35671211004001043225726
Binary1110111011110100011000000100000010001001101001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,55,81); }

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

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

 a { background-color: rgb(29,55,81); }

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

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

 span { border-color: rgb(29,55,81); }

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