#175468

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

Shades of Orient #175468

Tints of Orient #175468

Color information

#175468 (or 0x175468) is unknown color: approx Orient. HEX triplet: 17, 54 and 68. RGB value is (23,84,104). Sum of RGB (Red+Green+Blue) = 23+84+104=211 (27% of max value = 765). Red value is 23 (9.38% from 255 or 10.90% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #175468 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175468 is #E8AB97. Grayscale: #434343. Windows color (decimal): -15248280 or 6837271. OLE color: 6837271.

HSL color Cylindrical-coordinate representation of color #175468: hue angle of 194.81º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #175468 is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2384104-
CMYK0.780.1900.59
HSL194.81º63.78%24.9%-
HSV(B)194.81º77.88%40.78%-
XYZ6.027.5214.23-
YUV68.04148.2995.87-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.90%
GREEN value IS 84 (33.20% from 255) = 39.81%
BLUE value IS 104 (41.02% from 255) = 49.29%
R=10.90%
G=39.81%
B=49.29%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal23841040.780.1900.59194.8163.7824.9
Hex1754684E1303Bc34019
Octal271241501162307330310031
Binary1011110101001101000100111010011011101111000011100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175468; }

 p { color: rgb(23,84,104); }

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

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

 a { background-color: rgb(23,84,104); }

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

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

 span { border-color: rgb(23,84,104); }

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