#174D70

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

Shades of Orient #174D70

Tints of Orient #174D70

Color information

#174D70 (or 0x174D70) is unknown color: approx Orient. HEX triplet: 17, 4D and 70. RGB value is (23,77,112). Sum of RGB (Red+Green+Blue) = 23+77+112=212 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.85% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #174D70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #174D70 is #E8B28F. Grayscale: #404040. Windows color (decimal): -15250064 or 7359767. OLE color: 7359767.

HSL color Cylindrical-coordinate representation of color #174D70: hue angle of 203.6º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #174D70 is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2377112-
CMYK0.790.3100.56
HSL203.6º65.93%26.47%-
HSV(B)203.6º79.46%43.92%-
XYZ5.936.6616.3-
YUV64.84154.6198.15-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.85%
GREEN value IS 77 (30.47% from 255) = 36.32%
BLUE value IS 112 (44.14% from 255) = 52.83%
R=10.85%
G=36.32%
B=52.83%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal23771120.790.3100.56203.665.9326.47
Hex174D704F1F038cc421a
Octal271151601173707031410232
Binary1011110011011110000100111111111011100011001100100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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