#231860

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

Shades of Paris M #231860

Tints of Paris M #231860

Color information

#231860 (or 0x231860) is unknown color: approx Paris M. HEX triplet: 23, 18 and 60. RGB value is (35,24,96). Sum of RGB (Red+Green+Blue) = 35+24+96=155 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.58% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 96 (37.89% from 255 or 61.94% from 155); Max value from RGB is 96 - color contains mainly: blue. Hex color #231860 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231860 is #DCE79F. Grayscale: #232323. Windows color (decimal): -14477216 or 6297635. OLE color: 6297635.

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

Color convert

RGB352496-
CMYK0.640.7500.62
HSL249.17º60%23.53%-
HSV(B)249.17º75%37.65%-
XYZ3.131.8611.26-
YUV35.5162.14127.65-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.58%
GREEN value IS 24 (9.77% from 255) = 15.48%
BLUE value IS 96 (37.89% from 255) = 61.94%
R=22.58%
G=15.48%
B=61.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3524960.640.7500.62249.176023.53
Hex231860404B03Ef93c18
Octal43301401001130763717430
Binary1000111100011000001000000100101101111101111100111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231860; }

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

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

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

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

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

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

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

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