#173454

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

Shades of Regal Blue #173454

Tints of Regal Blue #173454

Color information

#173454 (or 0x173454) is unknown color: approx Regal Blue. HEX triplet: 17, 34 and 54. RGB value is (23,52,84). Sum of RGB (Red+Green+Blue) = 23+52+84=159 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.47% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 84 (33.20% from 255 or 52.83% from 159); Max value from RGB is 84 - color contains mainly: blue. Hex color #173454 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173454 is #E8CBAB. Grayscale: #2E2E2E. Windows color (decimal): -15256492 or 5518359. OLE color: 5518359.

HSL color Cylindrical-coordinate representation of color #173454: hue angle of 211.48º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #173454 is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB235284-
CMYK0.730.3800.67
HSL211.48º57.01%20.98%-
HSV(B)211.48º72.62%32.94%-
XYZ3.183.288.85-
YUV46.98148.89110.9-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.47%
GREEN value IS 52 (20.70% from 255) = 32.70%
BLUE value IS 84 (33.20% from 255) = 52.83%
R=14.47%
G=32.70%
B=52.83%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2352840.730.3800.67211.4857.0120.98
Hex1734544926043d33915
Octal27641241114601033237125
Binary1011111010010101001001001100110010000111101001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173454; }

 p { color: rgb(23,52,84); }

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

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

 a { background-color: rgb(23,52,84); }

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

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

 span { border-color: rgb(23,52,84); }

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