#17385D

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

Shades of Regal Blue #17385D

Tints of Regal Blue #17385D

Color information

#17385D (or 0x17385D) is unknown color: approx Regal Blue. HEX triplet: 17, 38 and 5D. RGB value is (23,56,93). Sum of RGB (Red+Green+Blue) = 23+56+93=172 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.37% from 172); Green value is 56 (22.27% from 255 or 32.56% from 172); Blue value is 93 (36.72% from 255 or 54.07% from 172); Max value from RGB is 93 - color contains mainly: blue. Hex color #17385D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17385D is #E8C7A2. Grayscale: #323232. Windows color (decimal): -15255459 or 6109207. OLE color: 6109207.

HSL color Cylindrical-coordinate representation of color #17385D: hue angle of 211.71º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #17385D is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB235693-
CMYK0.750.4000.64
HSL211.71º60.34%22.75%-
HSV(B)211.71º75.27%36.47%-
XYZ3.743.810.89-
YUV50.35152.07108.49-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.37%
GREEN value IS 56 (22.27% from 255) = 32.56%
BLUE value IS 93 (36.72% from 255) = 54.07%
R=13.37%
G=32.56%
B=54.07%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2356930.750.4000.64211.7160.3422.75
Hex17385D4B28040d43c17
Octal27701351135001003247427
Binary1011111100010111011001011101000010000001101010011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17385D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17385D; }

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

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

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

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

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

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

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

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