#1D3952

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

Shades of Regal Blue #1D3952

Tints of Regal Blue #1D3952

Color information

#1D3952 (or 0x1D3952) is unknown color: approx Regal Blue. HEX triplet: 1D, 39 and 52. RGB value is (29,57,82). Sum of RGB (Red+Green+Blue) = 29+57+82=168 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.26% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 82 (32.42% from 255 or 48.81% from 168); Max value from RGB is 82 - color contains mainly: blue. Hex color #1D3952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3952 is #E2C6AD. Grayscale: #333333. Windows color (decimal): -14861998 or 5388573. OLE color: 5388573.

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

Color convert

RGB295782-
CMYK0.650.3000.68
HSL208.3º47.75%21.76%-
HSV(B)208.3º64.63%32.16%-
XYZ3.493.88.53-
YUV51.48145.22111.97-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.26%
GREEN value IS 57 (22.66% from 255) = 33.93%
BLUE value IS 82 (32.42% from 255) = 48.81%
R=17.26%
G=33.93%
B=48.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2957820.650.3000.68208.347.7521.76
Hex1D3952411E044d03016
Octal35711221013601043206026
Binary111011110011010010100000111110010001001101000011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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