#1D3858

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

Shades of Regal Blue #1D3858

Tints of Regal Blue #1D3858

Color information

#1D3858 (or 0x1D3858) is unknown color: approx Regal Blue. HEX triplet: 1D, 38 and 58. RGB value is (29,56,88). Sum of RGB (Red+Green+Blue) = 29+56+88=173 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.76% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 88 (34.77% from 255 or 50.87% from 173); Max value from RGB is 88 - color contains mainly: blue. Hex color #1D3858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3858 is #E2C7A7. Grayscale: #333333. Windows color (decimal): -14862248 or 5781533. OLE color: 5781533.

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

Color convert

RGB295688-
CMYK0.670.3600.65
HSL212.54º50.43%22.94%-
HSV(B)212.54º67.05%34.51%-
XYZ3.683.799.77-
YUV51.58148.55111.9-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.76%
GREEN value IS 56 (22.27% from 255) = 32.37%
BLUE value IS 88 (34.77% from 255) = 50.87%
R=16.76%
G=32.37%
B=50.87%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2956880.670.3600.65212.5450.4322.94
Hex1D38584324041d53217
Octal35701301034401013256227
Binary1110111100010110001000011100100010000011101010111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,56,88); }

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

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

 a { background-color: rgb(29,56,88); }

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

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

 span { border-color: rgb(29,56,88); }

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