#175278

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

Shades of Orient #175278

Tints of Orient #175278

Color information

#175278 (or 0x175278) is unknown color: approx Orient. HEX triplet: 17, 52 and 78. RGB value is (23,82,120). Sum of RGB (Red+Green+Blue) = 23+82+120=225 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.22% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #175278 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175278 is #E8AD87. Grayscale: #444444. Windows color (decimal): -15248776 or 7885335. OLE color: 7885335.

HSL color Cylindrical-coordinate representation of color #175278: hue angle of 203.51º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #175278 is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2382120-
CMYK0.810.3200.53
HSL203.51º67.83%28.04%-
HSV(B)203.51º80.83%47.06%-
XYZ6.767.5718.87-
YUV68.69156.9595.41-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.22%
GREEN value IS 82 (32.42% from 255) = 36.44%
BLUE value IS 120 (47.27% from 255) = 53.33%
R=10.22%
G=36.44%
B=53.33%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal23821200.810.3200.53203.5167.8328.04
Hex1752785120035cc441c
Octal271221701214006531410434
Binary10111101001011110001010001100000011010111001100100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175278; }

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

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

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

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

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

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

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

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