#175374

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

Shades of Orient #175374

Tints of Orient #175374

Color information

#175374 (or 0x175374) is unknown color: approx Orient. HEX triplet: 17, 53 and 74. RGB value is (23,83,116). Sum of RGB (Red+Green+Blue) = 23+83+116=222 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.36% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 116 (45.70% from 255 or 52.25% from 222); Max value from RGB is 116 - color contains mainly: blue. Hex color #175374 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175374 is #E8AC8B. Grayscale: #444444. Windows color (decimal): -15248524 or 7623447. OLE color: 7623447.

HSL color Cylindrical-coordinate representation of color #175374: hue angle of 201.29º 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 #175374 is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2383116-
CMYK0.800.2800.55
HSL201.29º66.91%27.25%-
HSV(B)201.29º80.17%45.49%-
XYZ6.67.6317.65-
YUV68.82154.6295.32-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.36%
GREEN value IS 83 (32.81% from 255) = 37.39%
BLUE value IS 116 (45.70% from 255) = 52.25%
R=10.36%
G=37.39%
B=52.25%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal23831160.800.2800.55201.2966.9127.25
Hex175374501C037c9431b
Octal271231641203406731110333
Binary1011110100111110100101000011100011011111001001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175374; }

 p { color: rgb(23,83,116); }

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

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

 a { background-color: rgb(23,83,116); }

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

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

 span { border-color: rgb(23,83,116); }

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