#17394F

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

Shades of Regal Blue #17394F

Tints of Regal Blue #17394F

Color information

#17394F (or 0x17394F) is unknown color: approx Regal Blue. HEX triplet: 17, 39 and 4F. RGB value is (23,57,79). Sum of RGB (Red+Green+Blue) = 23+57+79=159 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.47% from 159); Green value is 57 (22.66% from 255 or 35.85% from 159); Blue value is 79 (31.25% from 255 or 49.69% from 159); Max value from RGB is 79 - color contains mainly: blue. Hex color #17394F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17394F is #E8C6B0. Grayscale: #313131. Windows color (decimal): -15255217 or 5191959. OLE color: 5191959.

HSL color Cylindrical-coordinate representation of color #17394F: hue angle of 203.57º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #17394F is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB235779-
CMYK0.710.2800.69
HSL203.57º54.9%20%-
HSV(B)203.57º70.89%30.98%-
XYZ3.233.677.94-
YUV49.34144.74109.21-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.47%
GREEN value IS 57 (22.66% from 255) = 35.85%
BLUE value IS 79 (31.25% from 255) = 49.69%
R=14.47%
G=35.85%
B=49.69%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2357790.710.2800.69203.5754.920
Hex17394F471C045cc3714
Octal27711171073401053146724
Binary101111110011001111100011111100010001011100110011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17394F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17394F; }

 p { color: rgb(23,57,79); }

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

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

 a { background-color: rgb(23,57,79); }

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

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

 span { border-color: rgb(23,57,79); }

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