#23596F

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

Shades of Orient #23596F

Tints of Orient #23596F

Color information

#23596F (or 0x23596F) is unknown color: approx Orient. HEX triplet: 23, 59 and 6F. RGB value is (35,89,111). Sum of RGB (Red+Green+Blue) = 35+89+111=235 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.89% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 111 (43.75% from 255 or 47.23% from 235); Max value from RGB is 111 - color contains mainly: blue. Hex color #23596F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23596F is #DCA690. Grayscale: #4B4B4B. Windows color (decimal): -14460561 or 7297315. OLE color: 7297315.

HSL color Cylindrical-coordinate representation of color #23596F: hue angle of 197.37º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #23596F is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3589111-
CMYK0.680.2000.56
HSL197.37º52.05%28.63%-
HSV(B)197.37º68.47%43.53%-
XYZ7.138.6516.33-
YUV75.36148.1199.21-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.89%
GREEN value IS 89 (35.16% from 255) = 37.87%
BLUE value IS 111 (43.75% from 255) = 47.23%
R=14.89%
G=37.87%
B=47.23%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal35891110.680.2000.56197.3752.0528.63
Hex23596F4414038c5341d
Octal43131157104240703056435
Binary1000111011001110111110001001010001110001100010111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23596F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23596F; }

 p { color: rgb(35,89,111); }

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

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

 a { background-color: rgb(35,89,111); }

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

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

 span { border-color: rgb(35,89,111); }

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