#173458

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

Shades of Regal Blue #173458

Tints of Regal Blue #173458

Color information

#173458 (or 0x173458) is unknown color: approx Regal Blue. HEX triplet: 17, 34 and 58. RGB value is (23,52,88). Sum of RGB (Red+Green+Blue) = 23+52+88=163 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.11% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 88 (34.77% from 255 or 53.99% from 163); Max value from RGB is 88 - color contains mainly: blue. Hex color #173458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173458 is #E8CBA7. Grayscale: #2F2F2F. Windows color (decimal): -15256488 or 5780503. OLE color: 5780503.

HSL color Cylindrical-coordinate representation of color #173458: hue angle of 213.23º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #173458 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB235288-
CMYK0.740.4100.65
HSL213.23º58.56%21.76%-
HSV(B)213.23º73.86%34.51%-
XYZ3.343.349.7-
YUV47.43150.89110.57-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.11%
GREEN value IS 52 (20.70% from 255) = 31.90%
BLUE value IS 88 (34.77% from 255) = 53.99%
R=14.11%
G=31.90%
B=53.99%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2352880.740.4100.65213.2358.5621.76
Hex1734584A29041d53b16
Octal27641301125101013257326
Binary1011111010010110001001010101001010000011101010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173458; }

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

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

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

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

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

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

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

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