#174D73

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

Shades of Orient #174D73

Tints of Orient #174D73

Color information

#174D73 (or 0x174D73) is unknown color: approx Orient. HEX triplet: 17, 4D and 73. RGB value is (23,77,115). Sum of RGB (Red+Green+Blue) = 23+77+115=215 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.70% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 115 (45.31% from 255 or 53.49% from 215); Max value from RGB is 115 - color contains mainly: blue. Hex color #174D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #174D73 is #E8B28C. Grayscale: #404040. Windows color (decimal): -15250061 or 7556375. OLE color: 7556375.

HSL color Cylindrical-coordinate representation of color #174D73: hue angle of 204.78º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #174D73 is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2377115-
CMYK0.800.3300.55
HSL204.78º66.67%27.06%-
HSV(B)204.78º80%45.1%-
XYZ6.16.7317.2-
YUV65.19156.1197.91-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.70%
GREEN value IS 77 (30.47% from 255) = 35.81%
BLUE value IS 115 (45.31% from 255) = 53.49%
R=10.70%
G=35.81%
B=53.49%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal23771150.800.3300.55204.7866.6727.06
Hex174D735021037cd431b
Octal271151631204106731510333
Binary10111100110111100111010000100001011011111001101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174D73; }

 p { color: rgb(23,77,115); }

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

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

 a { background-color: rgb(23,77,115); }

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

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

 span { border-color: rgb(23,77,115); }

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