#173C67

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

Shades of Regal Blue #173C67

Tints of Regal Blue #173C67

Color information

#173C67 (or 0x173C67) is unknown color: approx Regal Blue. HEX triplet: 17, 3C and 67. RGB value is (23,60,103). Sum of RGB (Red+Green+Blue) = 23+60+103=186 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.37% from 186); Green value is 60 (23.83% from 255 or 32.26% from 186); Blue value is 103 (40.62% from 255 or 55.38% from 186); Max value from RGB is 103 - color contains mainly: blue. Hex color #173C67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173C67 is #E8C398. Grayscale: #353535. Windows color (decimal): -15254425 or 6765591. OLE color: 6765591.

HSL color Cylindrical-coordinate representation of color #173C67: hue angle of 212.25º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #173C67 is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2360103-
CMYK0.780.4200.60
HSL212.25º63.49%24.71%-
HSV(B)212.25º77.67%40.39%-
XYZ4.424.3913.45-
YUV53.84155.74106-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.37%
GREEN value IS 60 (23.83% from 255) = 32.26%
BLUE value IS 103 (40.62% from 255) = 55.38%
R=12.37%
G=32.26%
B=55.38%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal23601030.780.4200.60212.2563.4924.71
Hex173C674E2A03Cd43f19
Octal2774147116520743247731
Binary101111111001100111100111010101001111001101010011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173C67; }

 p { color: rgb(23,60,103); }

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

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

 a { background-color: rgb(23,60,103); }

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

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

 span { border-color: rgb(23,60,103); }

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