#235D77

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

Shades of Orient #235D77

Tints of Orient #235D77

Color information

#235D77 (or 0x235D77) is unknown color: approx Orient. HEX triplet: 23, 5D and 77. RGB value is (35,93,119). Sum of RGB (Red+Green+Blue) = 35+93+119=247 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.17% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 119 (46.88% from 255 or 48.18% from 247); Max value from RGB is 119 - color contains mainly: blue. Hex color #235D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235D77 is #DCA288. Grayscale: #4E4E4E. Windows color (decimal): -14459529 or 7822627. OLE color: 7822627.

HSL color Cylindrical-coordinate representation of color #235D77: hue angle of 198.57º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #235D77 is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3593119-
CMYK0.710.2200.53
HSL198.57º54.55%30.2%-
HSV(B)198.57º70.59%46.67%-
XYZ7.949.5218.87-
YUV78.62150.7896.89-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.17%
GREEN value IS 93 (36.72% from 255) = 37.65%
BLUE value IS 119 (46.88% from 255) = 48.18%
R=14.17%
G=37.65%
B=48.18%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal35931190.710.2200.53198.5754.5530.2
Hex235D774716035c7371e
Octal43135167107260653076736
Binary1000111011101111011110001111011001101011100011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235D77; }

 p { color: rgb(35,93,119); }

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

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

 a { background-color: rgb(35,93,119); }

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

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

 span { border-color: rgb(35,93,119); }

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