#17446C

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

Shades of Regal Blue #17446C

Tints of Regal Blue #17446C

Color information

#17446C (or 0x17446C) is unknown color: approx Regal Blue. HEX triplet: 17, 44 and 6C. RGB value is (23,68,108). Sum of RGB (Red+Green+Blue) = 23+68+108=199 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.56% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 108 (42.58% from 255 or 54.27% from 199); Max value from RGB is 108 - color contains mainly: blue. Hex color #17446C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17446C is #E8BB93. Grayscale: #3A3A3A. Windows color (decimal): -15252372 or 7095319. OLE color: 7095319.

HSL color Cylindrical-coordinate representation of color #17446C: hue angle of 208.24º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17446C is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2368108-
CMYK0.790.3700.58
HSL208.24º64.89%25.69%-
HSV(B)208.24º78.7%42.35%-
XYZ5.135.414.96-
YUV59.1155.59102.25-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.56%
GREEN value IS 68 (26.95% from 255) = 34.17%
BLUE value IS 108 (42.58% from 255) = 54.27%
R=11.56%
G=34.17%
B=54.27%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal23681080.790.3700.58208.2464.8925.69
Hex17446C4F2503Ad0411a
Octal271041541174507232010132
Binary10111100010011011001001111100101011101011010000100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17446C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,68,108); }

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

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

 a { background-color: rgb(23,68,108); }

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

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

 span { border-color: rgb(23,68,108); }

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