#235879

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

Shades of Orient #235879

Tints of Orient #235879

Color information

#235879 (or 0x235879) is unknown color: approx Orient. HEX triplet: 23, 58 and 79. RGB value is (35,88,121). Sum of RGB (Red+Green+Blue) = 35+88+121=244 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.34% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 121 (47.66% from 255 or 49.59% from 244); Max value from RGB is 121 - color contains mainly: blue. Hex color #235879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235879 is #DCA786. Grayscale: #4B4B4B. Windows color (decimal): -14460807 or 7952419. OLE color: 7952419.

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

Color convert

RGB3588121-
CMYK0.710.2700.53
HSL203.02º55.13%30.59%-
HSV(B)203.02º71.07%47.45%-
XYZ7.638.7219.37-
YUV75.91153.4498.82-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.34%
GREEN value IS 88 (34.77% from 255) = 36.07%
BLUE value IS 121 (47.66% from 255) = 49.59%
R=14.34%
G=36.07%
B=49.59%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal35881210.710.2700.53203.0255.1330.59
Hex235879471B035cb371f
Octal43130171107330653136737
Binary1000111011000111100110001111101101101011100101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235879; }

 p { color: rgb(35,88,121); }

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

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

 a { background-color: rgb(35,88,121); }

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

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

 span { border-color: rgb(35,88,121); }

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