#174D6E

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

Shades of Orient #174D6E

Tints of Orient #174D6E

Color information

#174D6E (or 0x174D6E) is unknown color: approx Orient. HEX triplet: 17, 4D and 6E. RGB value is (23,77,110). Sum of RGB (Red+Green+Blue) = 23+77+110=210 (27% of max value = 765). Red value is 23 (9.38% from 255 or 10.95% from 210); Green value is 77 (30.47% from 255 or 36.67% from 210); Blue value is 110 (43.36% from 255 or 52.38% from 210); Max value from RGB is 110 - color contains mainly: blue. Hex color #174D6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #174D6E is #E8B291. Grayscale: #404040. Windows color (decimal): -15250066 or 7228695. OLE color: 7228695.

HSL color Cylindrical-coordinate representation of color #174D6E: hue angle of 202.76º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #174D6E is Cyan = 0.79, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2377110-
CMYK0.790.300.57
HSL202.76º65.41%26.08%-
HSV(B)202.76º79.09%43.14%-
XYZ5.826.6215.72-
YUV64.62153.6198.32-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.95%
GREEN value IS 77 (30.47% from 255) = 36.67%
BLUE value IS 110 (43.36% from 255) = 52.38%
R=10.95%
G=36.67%
B=52.38%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal23771100.790.300.57202.7665.4126.08
Hex174D6E4F1E039cb411a
Octal271151561173607131310132
Binary1011110011011101110100111111110011100111001011100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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