#231360

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

Shades of Paris M #231360

Tints of Paris M #231360

Color information

#231360 (or 0x231360) is unknown color: approx Paris M. HEX triplet: 23, 13 and 60. RGB value is (35,19,96). Sum of RGB (Red+Green+Blue) = 35+19+96=150 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.33% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 96 (37.89% from 255 or 64% from 150); Max value from RGB is 96 - color contains mainly: blue. Hex color #231360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231360 is #DCEC9F. Grayscale: #202020. Windows color (decimal): -14478496 or 6296355. OLE color: 6296355.

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

Color convert

RGB351996-
CMYK0.640.8000.62
HSL252.47º66.96%22.55%-
HSV(B)252.47º80.21%37.65%-
XYZ3.041.6711.23-
YUV32.56163.8129.74-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.33%
GREEN value IS 19 (7.81% from 255) = 12.67%
BLUE value IS 96 (37.89% from 255) = 64%
R=23.33%
G=12.67%
B=64%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3519960.640.8000.62252.4766.9622.55
Hex231360405003Efc4317
Octal432314010012007637410327
Binary10001110011110000010000001010000011111011111100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231360; }

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

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

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

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

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

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

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

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