#174850

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

Shades of Tiber #174850

Tints of Tiber #174850

Color information

#174850 (or 0x174850) is unknown color: approx Tiber. HEX triplet: 17, 48 and 50. RGB value is (23,72,80). Sum of RGB (Red+Green+Blue) = 23+72+80=175 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.14% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 80 (31.64% from 255 or 45.71% from 175); Max value from RGB is 80 - color contains mainly: blue. Hex color #174850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174850 is #E8B7AF. Grayscale: #3A3A3A. Windows color (decimal): -15251376 or 5261335. OLE color: 5261335.

HSL color Cylindrical-coordinate representation of color #174850: hue angle of 188.42º 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 #174850 is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB237280-
CMYK0.710.1000.69
HSL188.42º55.34%20.2%-
HSV(B)188.42º71.25%31.37%-
XYZ4.125.48.41-
YUV58.26140.27102.85-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.14%
GREEN value IS 72 (28.52% from 255) = 41.14%
BLUE value IS 80 (31.64% from 255) = 45.71%
R=13.14%
G=41.14%
B=45.71%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2372800.710.1000.69188.4255.3420.2
Hex17485047A045bc3714
Octal271101201071201052746724
Binary101111001000101000010001111010010001011011110011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174850; }

 p { color: rgb(23,72,80); }

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

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

 a { background-color: rgb(23,72,80); }

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

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

 span { border-color: rgb(23,72,80); }

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