#175276

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

Shades of Orient #175276

Tints of Orient #175276

Color information

#175276 (or 0x175276) is unknown color: approx Orient. HEX triplet: 17, 52 and 76. RGB value is (23,82,118). Sum of RGB (Red+Green+Blue) = 23+82+118=223 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.31% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #175276 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175276 is #E8AD89. Grayscale: #444444. Windows color (decimal): -15248778 or 7754263. OLE color: 7754263.

HSL color Cylindrical-coordinate representation of color #175276: hue angle of 202.74º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #175276 is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2382118-
CMYK0.810.3100.54
HSL202.74º67.38%27.65%-
HSV(B)202.74º80.51%46.27%-
XYZ6.647.5218.24-
YUV68.46155.9595.57-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.31%
GREEN value IS 82 (32.42% from 255) = 36.77%
BLUE value IS 118 (46.48% from 255) = 52.91%
R=10.31%
G=36.77%
B=52.91%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal23821180.810.3100.54202.7467.3827.65
Hex175276511F036cb431c
Octal271221661213706631310334
Binary1011110100101110110101000111111011011011001011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175276; }

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

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

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

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

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

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

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

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