#231660

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

Shades of Paris M #231660

Tints of Paris M #231660

Color information

#231660 (or 0x231660) is unknown color: approx Paris M. HEX triplet: 23, 16 and 60. RGB value is (35,22,96). Sum of RGB (Red+Green+Blue) = 35+22+96=153 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.88% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 96 (37.89% from 255 or 62.75% from 153); Max value from RGB is 96 - color contains mainly: blue. Hex color #231660 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231660 is #DCE99F. Grayscale: #222222. Windows color (decimal): -14477728 or 6297123. OLE color: 6297123.

HSL color Cylindrical-coordinate representation of color #231660: hue angle of 250.54º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #231660 is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB352296-
CMYK0.640.7700.62
HSL250.54º62.71%23.14%-
HSV(B)250.54º77.08%37.65%-
XYZ3.091.7811.25-
YUV34.32162.81128.48-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.88%
GREEN value IS 22 (8.98% from 255) = 14.38%
BLUE value IS 96 (37.89% from 255) = 62.75%
R=22.88%
G=14.38%
B=62.75%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3522960.640.7700.62250.5462.7123.14
Hex231660404D03Efb3f17
Octal43261401001150763737727
Binary1000111011011000001000000100110101111101111101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231660; }

 p { color: rgb(35,22,96); }

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

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

 a { background-color: rgb(35,22,96); }

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

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

 span { border-color: rgb(35,22,96); }

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