#23616F

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

Shades of Orient #23616F

Tints of Orient #23616F

Color information

#23616F (or 0x23616F) is unknown color: approx Orient. HEX triplet: 23, 61 and 6F. RGB value is (35,97,111). Sum of RGB (Red+Green+Blue) = 35+97+111=243 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.40% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 111 - color contains mainly: blue. Hex color #23616F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23616F is #DC9E90. Grayscale: #4F4F4F. Windows color (decimal): -14458513 or 7299363. OLE color: 7299363.

HSL color Cylindrical-coordinate representation of color #23616F: hue angle of 191.05º 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 #23616F is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3597111-
CMYK0.680.1300.56
HSL191.05º52.05%28.63%-
HSV(B)191.05º68.47%43.53%-
XYZ7.8410.0516.57-
YUV80.06145.4695.86-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.40%
GREEN value IS 97 (38.28% from 255) = 39.92%
BLUE value IS 111 (43.75% from 255) = 45.68%
R=14.40%
G=39.92%
B=45.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal35971110.680.1300.56191.0552.0528.63
Hex23616F44D038bf341d
Octal43141157104150702776435
Binary100011110000111011111000100110101110001011111111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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