#175270

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

Shades of Orient #175270

Tints of Orient #175270

Color information

#175270 (or 0x175270) is unknown color: approx Orient. HEX triplet: 17, 52 and 70. RGB value is (23,82,112). Sum of RGB (Red+Green+Blue) = 23+82+112=217 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.60% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 112 (44.14% from 255 or 51.61% from 217); Max value from RGB is 112 - color contains mainly: blue. Hex color #175270 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175270 is #E8AD8F. Grayscale: #434343. Windows color (decimal): -15248784 or 7361047. OLE color: 7361047.

HSL color Cylindrical-coordinate representation of color #175270: hue angle of 200.22º 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 #175270 is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2382112-
CMYK0.790.2700.56
HSL200.22º65.93%26.47%-
HSV(B)200.22º79.46%43.92%-
XYZ6.37.3916.42-
YUV67.78152.9596.06-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.60%
GREEN value IS 82 (32.42% from 255) = 37.79%
BLUE value IS 112 (44.14% from 255) = 51.61%
R=10.60%
G=37.79%
B=51.61%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal23821120.790.2700.56200.2265.9326.47
Hex1752704F1B038c8421a
Octal271221601173307031010232
Binary1011110100101110000100111111011011100011001000100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175270; }

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

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

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

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

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

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

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

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