#235775

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

Shades of Orient #235775

Tints of Orient #235775

Color information

#235775 (or 0x235775) is unknown color: approx Orient. HEX triplet: 23, 57 and 75. RGB value is (35,87,117). Sum of RGB (Red+Green+Blue) = 35+87+117=239 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.64% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 117 - color contains mainly: blue. Hex color #235775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235775 is #DCA88A. Grayscale: #4A4A4A. Windows color (decimal): -14461067 or 7690019. OLE color: 7690019.

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

Color convert

RGB3587117-
CMYK0.700.2600.54
HSL201.95º53.95%29.8%-
HSV(B)201.95º70.09%45.88%-
XYZ7.318.4618.08-
YUV74.87151.7799.56-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.64%
GREEN value IS 87 (34.38% from 255) = 36.40%
BLUE value IS 117 (46.09% from 255) = 48.95%
R=14.64%
G=36.40%
B=48.95%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal35871170.700.2600.54201.9553.9529.8
Hex235775461A036ca361e
Octal43127165106320663126636
Binary1000111010111111010110001101101001101101100101011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235775; }

 p { color: rgb(35,87,117); }

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

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

 a { background-color: rgb(35,87,117); }

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

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

 span { border-color: rgb(35,87,117); }

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