#173850

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

Shades of Regal Blue #173850

Tints of Regal Blue #173850

Color information

#173850 (or 0x173850) is unknown color: approx Regal Blue. HEX triplet: 17, 38 and 50. RGB value is (23,56,80). Sum of RGB (Red+Green+Blue) = 23+56+80=159 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.47% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 80 (31.64% from 255 or 50.31% from 159); Max value from RGB is 80 - color contains mainly: blue. Hex color #173850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173850 is #E8C7AF. Grayscale: #303030. Windows color (decimal): -15255472 or 5257239. OLE color: 5257239.

HSL color Cylindrical-coordinate representation of color #173850: hue angle of 205.26º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #173850 is Cyan = 0.71, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB235680-
CMYK0.710.3000.69
HSL205.26º55.34%20.2%-
HSV(B)205.26º71.25%31.37%-
XYZ3.223.598.11-
YUV48.87145.57109.55-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.47%
GREEN value IS 56 (22.27% from 255) = 35.22%
BLUE value IS 80 (31.64% from 255) = 50.31%
R=14.47%
G=35.22%
B=50.31%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2356800.710.3000.69205.2655.3420.2
Hex173850471E045cd3714
Octal27701201073601053156724
Binary101111110001010000100011111110010001011100110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173850; }

 p { color: rgb(23,56,80); }

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

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

 a { background-color: rgb(23,56,80); }

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

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

 span { border-color: rgb(23,56,80); }

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