#17395A

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

Shades of Regal Blue #17395A

Tints of Regal Blue #17395A

Color information

#17395A (or 0x17395A) is unknown color: approx Regal Blue. HEX triplet: 17, 39 and 5A. RGB value is (23,57,90). Sum of RGB (Red+Green+Blue) = 23+57+90=170 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.53% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 90 (35.55% from 255 or 52.94% from 170); Max value from RGB is 90 - color contains mainly: blue. Hex color #17395A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17395A is #E8C6A5. Grayscale: #323232. Windows color (decimal): -15255206 or 5912855. OLE color: 5912855.

HSL color Cylindrical-coordinate representation of color #17395A: hue angle of 209.55º 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 #17395A is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB235790-
CMYK0.740.3700.65
HSL209.55º59.29%22.16%-
HSV(B)209.55º74.44%35.29%-
XYZ3.663.8510.22-
YUV50.6150.24108.32-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.53%
GREEN value IS 57 (22.66% from 255) = 33.53%
BLUE value IS 90 (35.55% from 255) = 52.94%
R=13.53%
G=33.53%
B=52.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2357900.740.3700.65209.5559.2922.16
Hex17395A4A25041d23b16
Octal27711321124501013227326
Binary1011111100110110101001010100101010000011101001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17395A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17395A; }

 p { color: rgb(23,57,90); }

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

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

 a { background-color: rgb(23,57,90); }

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

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

 span { border-color: rgb(23,57,90); }

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