#235571

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

Shades of Orient #235571

Tints of Orient #235571

Color information

#235571 (or 0x235571) is unknown color: approx Orient. HEX triplet: 23, 55 and 71. RGB value is (35,85,113). Sum of RGB (Red+Green+Blue) = 35+85+113=233 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.02% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 113 (44.53% from 255 or 48.50% from 233); Max value from RGB is 113 - color contains mainly: blue. Hex color #235571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235571 is #DCAA8E. Grayscale: #494949. Windows color (decimal): -14461583 or 7427363. OLE color: 7427363.

HSL color Cylindrical-coordinate representation of color #235571: hue angle of 201.54º degrees, saturation: 0.53, 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 #235571 is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3585113-
CMYK0.690.2500.56
HSL201.54º52.7%29.02%-
HSV(B)201.54º69.03%44.31%-
XYZ6.928.0516.81-
YUV73.24150.44100.72-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.02%
GREEN value IS 85 (33.59% from 255) = 36.48%
BLUE value IS 113 (44.53% from 255) = 48.50%
R=15.02%
G=36.48%
B=48.50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal35851130.690.2500.56201.5452.729.02
Hex2355714519038ca351d
Octal43125161105310703126535
Binary1000111010101111000110001011100101110001100101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235571; }

 p { color: rgb(35,85,113); }

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

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

 a { background-color: rgb(35,85,113); }

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

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

 span { border-color: rgb(35,85,113); }

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