#235778

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

Shades of Orient #235778

Tints of Orient #235778

Color information

#235778 (or 0x235778) is unknown color: approx Orient. HEX triplet: 23, 57 and 78. RGB value is (35,87,120). Sum of RGB (Red+Green+Blue) = 35+87+120=242 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.46% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 120 (47.27% from 255 or 49.59% from 242); Max value from RGB is 120 - color contains mainly: blue. Hex color #235778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235778 is #DCA887. Grayscale: #4B4B4B. Windows color (decimal): -14461064 or 7886627. OLE color: 7886627.

HSL color Cylindrical-coordinate representation of color #235778: hue angle of 203.29º 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 #235778 is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3587120-
CMYK0.710.2800.53
HSL203.29º54.84%30.39%-
HSV(B)203.29º70.83%47.06%-
XYZ7.498.5319.02-
YUV75.21153.2799.32-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.46%
GREEN value IS 87 (34.38% from 255) = 35.95%
BLUE value IS 120 (47.27% from 255) = 49.59%
R=14.46%
G=35.95%
B=49.59%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal35871200.710.2800.53203.2954.8430.39
Hex235778471C035cb371e
Octal43127170107340653136736
Binary1000111010111111100010001111110001101011100101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235778; }

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

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

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

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

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

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

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

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