#17375C

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

Shades of Regal Blue #17375C

Tints of Regal Blue #17375C

Color information

#17375C (or 0x17375C) is unknown color: approx Regal Blue. HEX triplet: 17, 37 and 5C. RGB value is (23,55,92). Sum of RGB (Red+Green+Blue) = 23+55+92=170 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.53% from 170); Green value is 55 (21.88% from 255 or 32.35% from 170); Blue value is 92 (36.33% from 255 or 54.12% from 170); Max value from RGB is 92 - color contains mainly: blue. Hex color #17375C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17375C is #E8C8A3. Grayscale: #313131. Windows color (decimal): -15255716 or 6043415. OLE color: 6043415.

HSL color Cylindrical-coordinate representation of color #17375C: hue angle of 212.17º 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 #17375C is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB235592-
CMYK0.750.4000.64
HSL212.17º60%22.55%-
HSV(B)212.17º75%36.08%-
XYZ3.653.6910.64-
YUV49.65151.9108.99-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.53%
GREEN value IS 55 (21.88% from 255) = 32.35%
BLUE value IS 92 (36.33% from 255) = 54.12%
R=13.53%
G=32.35%
B=54.12%

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
Decimal2355920.750.4000.64212.176022.55
Hex17375C4B28040d43c17
Octal27671341135001003247427
Binary1011111011110111001001011101000010000001101010011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17375C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17375C; }

 p { color: rgb(23,55,92); }

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

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

 a { background-color: rgb(23,55,92); }

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

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

 span { border-color: rgb(23,55,92); }

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