#1D3F61

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

Shades of Regal Blue #1D3F61

Tints of Regal Blue #1D3F61

Color information

#1D3F61 (or 0x1D3F61) is unknown color: approx Regal Blue. HEX triplet: 1D, 3F and 61. RGB value is (29,63,97). Sum of RGB (Red+Green+Blue) = 29+63+97=189 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.34% from 189); Green value is 63 (25% from 255 or 33.33% from 189); Blue value is 97 (38.28% from 255 or 51.32% from 189); Max value from RGB is 97 - color contains mainly: blue. Hex color #1D3F61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3F61 is #E2C09E. Grayscale: #383838. Windows color (decimal): -14860447 or 6373149. OLE color: 6373149.

HSL color Cylindrical-coordinate representation of color #1D3F61: hue angle of 210º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1D3F61 is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB296397-
CMYK0.700.3500.62
HSL210º53.97%24.71%-
HSV(B)210º70.1%38.04%-
XYZ4.444.6811.98-
YUV56.71150.74108.24-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.34%
GREEN value IS 63 (25% from 255) = 33.33%
BLUE value IS 97 (38.28% from 255) = 51.32%
R=15.34%
G=33.33%
B=51.32%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2963970.700.3500.6221053.9724.71
Hex1D3F61462303Ed23619
Octal3577141106430763226631
Binary111011111111100001100011010001101111101101001011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,63,97); }

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

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

 a { background-color: rgb(29,63,97); }

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

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

 span { border-color: rgb(29,63,97); }

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