#17536B

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

Shades of Orient #17536B

Tints of Orient #17536B

Color information

#17536B (or 0x17536B) is unknown color: approx Orient. HEX triplet: 17, 53 and 6B. RGB value is (23,83,107). Sum of RGB (Red+Green+Blue) = 23+83+107=213 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.80% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 107 (42.19% from 255 or 50.23% from 213); Max value from RGB is 107 - color contains mainly: blue. Hex color #17536B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17536B is #E8AC94. Grayscale: #434343. Windows color (decimal): -15248533 or 7033623. OLE color: 7033623.

HSL color Cylindrical-coordinate representation of color #17536B: hue angle of 197.14º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17536B is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2383107-
CMYK0.790.2200.58
HSL197.14º64.62%25.49%-
HSV(B)197.14º78.5%41.96%-
XYZ6.17.4315.02-
YUV67.8150.1296.05-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.80%
GREEN value IS 83 (32.81% from 255) = 38.97%
BLUE value IS 107 (42.19% from 255) = 50.23%
R=10.80%
G=38.97%
B=50.23%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal23831070.790.2200.58197.1464.6225.49
Hex17536B4F1603Ac54119
Octal271231531172607230510131
Binary1011110100111101011100111110110011101011000101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17536B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17536B; }

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

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

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

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

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

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

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

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