#235976

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

Shades of Orient #235976

Tints of Orient #235976

Color information

#235976 (or 0x235976) is unknown color: approx Orient. HEX triplet: 23, 59 and 76. RGB value is (35,89,118). Sum of RGB (Red+Green+Blue) = 35+89+118=242 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.46% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #235976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235976 is #DCA689. Grayscale: #4B4B4B. Windows color (decimal): -14460554 or 7756067. OLE color: 7756067.

HSL color Cylindrical-coordinate representation of color #235976: hue angle of 200.96º 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 #235976 is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3589118-
CMYK0.700.2500.54
HSL200.96º54.25%30%-
HSV(B)200.96º70.34%46.27%-
XYZ7.548.8118.44-
YUV76.16151.6198.64-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.46%
GREEN value IS 89 (35.16% from 255) = 36.78%
BLUE value IS 118 (46.48% from 255) = 48.76%
R=14.46%
G=36.78%
B=48.76%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal35891180.700.2500.54200.9654.2530
Hex2359764619036c9361e
Octal43131166106310663116636
Binary1000111011001111011010001101100101101101100100111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235976; }

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

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

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

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

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

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

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

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