#174366

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

Shades of Regal Blue #174366

Tints of Regal Blue #174366

Color information

#174366 (or 0x174366) is unknown color: approx Regal Blue. HEX triplet: 17, 43 and 66. RGB value is (23,67,102). Sum of RGB (Red+Green+Blue) = 23+67+102=192 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.98% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 102 (40.23% from 255 or 53.12% from 192); Max value from RGB is 102 - color contains mainly: blue. Hex color #174366 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174366 is #E8BC99. Grayscale: #393939. Windows color (decimal): -15252634 or 6701847. OLE color: 6701847.

HSL color Cylindrical-coordinate representation of color #174366: hue angle of 206.58º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #174366 is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2367102-
CMYK0.770.3400.6
HSL206.58º63.2%24.51%-
HSV(B)206.58º77.45%40%-
XYZ4.765.1613.31-
YUV57.83152.92103.15-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.98%
GREEN value IS 67 (26.56% from 255) = 34.90%
BLUE value IS 102 (40.23% from 255) = 53.12%
R=11.98%
G=34.90%
B=53.12%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal23671020.770.3400.6206.5863.224.51
Hex1743664D2203Ccf3f19
Octal27103146115420743177731
Binary1011110000111100110100110110001001111001100111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174366; }

 p { color: rgb(23,67,102); }

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

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

 a { background-color: rgb(23,67,102); }

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

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

 span { border-color: rgb(23,67,102); }

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