#17375A

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

Shades of Regal Blue #17375A

Tints of Regal Blue #17375A

Color information

#17375A (or 0x17375A) is unknown color: approx Regal Blue. HEX triplet: 17, 37 and 5A. RGB value is (23,55,90). Sum of RGB (Red+Green+Blue) = 23+55+90=168 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.69% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 90 (35.55% from 255 or 53.57% from 168); Max value from RGB is 90 - color contains mainly: blue. Hex color #17375A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17375A is #E8C8A5. Grayscale: #313131. Windows color (decimal): -15255718 or 5912343. OLE color: 5912343.

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

Color convert

RGB235590-
CMYK0.740.3900.65
HSL211.34º59.29%22.16%-
HSV(B)211.34º74.44%35.29%-
XYZ3.573.6510.19-
YUV49.42150.9109.15-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.69%
GREEN value IS 55 (21.88% from 255) = 32.74%
BLUE value IS 90 (35.55% from 255) = 53.57%
R=13.69%
G=32.74%
B=53.57%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2355900.740.3900.65211.3459.2922.16
Hex17375A4A27041d33b16
Octal27671321124701013237326
Binary1011111011110110101001010100111010000011101001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17375A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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