#235678

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

Shades of Orient #235678

Tints of Orient #235678

Color information

#235678 (or 0x235678) is unknown color: approx Orient. HEX triplet: 23, 56 and 78. RGB value is (35,86,120). Sum of RGB (Red+Green+Blue) = 35+86+120=241 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.52% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 120 (47.27% from 255 or 49.79% from 241); Max value from RGB is 120 - color contains mainly: blue. Hex color #235678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235678 is #DCA987. Grayscale: #4A4A4A. Windows color (decimal): -14461320 or 7886371. OLE color: 7886371.

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

Color convert

RGB3586120-
CMYK0.710.2800.53
HSL204º54.84%30.39%-
HSV(B)204º70.83%47.06%-
XYZ7.418.3718.99-
YUV74.63153.699.74-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.52%
GREEN value IS 86 (33.98% from 255) = 35.68%
BLUE value IS 120 (47.27% from 255) = 49.79%
R=14.52%
G=35.68%
B=49.79%

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
Decimal35861200.710.2800.5320454.8430.39
Hex235678471C035cc371e
Octal43126170107340653146736
Binary1000111010110111100010001111110001101011100110011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235678; }

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

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

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

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

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

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

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

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