#235870

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

Shades of Orient #235870

Tints of Orient #235870

Color information

#235870 (or 0x235870) is unknown color: approx Orient. HEX triplet: 23, 58 and 70. RGB value is (35,88,112). Sum of RGB (Red+Green+Blue) = 35+88+112=235 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.89% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 112 - color contains mainly: blue. Hex color #235870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235870 is #DCA78F. Grayscale: #4A4A4A. Windows color (decimal): -14460816 or 7362595. OLE color: 7362595.

HSL color Cylindrical-coordinate representation of color #235870: hue angle of 198.7º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #235870 is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3588112-
CMYK0.690.2100.56
HSL198.7º52.38%28.82%-
HSV(B)198.7º68.75%43.92%-
XYZ7.118.5116.6-
YUV74.89148.9499.55-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.89%
GREEN value IS 88 (34.77% from 255) = 37.45%
BLUE value IS 112 (44.14% from 255) = 47.66%
R=14.89%
G=37.45%
B=47.66%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal35881120.690.2100.56198.752.3828.82
Hex2358704515038c7341d
Octal43130160105250703076435
Binary1000111011000111000010001011010101110001100011111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235870; }

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

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

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

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

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

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

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

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