#236176

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

Shades of Orient #236176

Tints of Orient #236176

Color information

#236176 (or 0x236176) is unknown color: approx Orient. HEX triplet: 23, 61 and 76. RGB value is (35,97,118). Sum of RGB (Red+Green+Blue) = 35+97+118=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #236176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236176 is #DC9E89. Grayscale: #505050. Windows color (decimal): -14458506 or 7758115. OLE color: 7758115.

HSL color Cylindrical-coordinate representation of color #236176: hue angle of 195.18º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #236176 is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3597118-
CMYK0.700.1800.54
HSL195.18º54.25%30%-
HSV(B)195.18º70.34%46.27%-
XYZ8.2410.2118.68-
YUV80.86148.9695.29-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14%
GREEN value IS 97 (38.28% from 255) = 38.8%
BLUE value IS 118 (46.48% from 255) = 47.2%
R=14%
G=38.8%
B=47.2%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal35971180.700.1800.54195.1854.2530
Hex2361764612036c3361e
Octal43141166106220663036636
Binary1000111100001111011010001101001001101101100001111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236176; }

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

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

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

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

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

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

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

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