#251860

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

Shades of Paris M #251860

Tints of Paris M #251860

Color information

#251860 (or 0x251860) is unknown color: approx Paris M. HEX triplet: 25, 18 and 60. RGB value is (37,24,96). Sum of RGB (Red+Green+Blue) = 37+24+96=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 96 (37.89% from 255 or 61.15% from 157); Max value from RGB is 96 - color contains mainly: blue. Hex color #251860 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251860 is #DAE79F. Grayscale: #232323. Windows color (decimal): -14346144 or 6297637. OLE color: 6297637.

HSL color Cylindrical-coordinate representation of color #251860: hue angle of 250.83º 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 #251860 is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB372496-
CMYK0.610.7500.62
HSL250.83º60%23.53%-
HSV(B)250.83º75%37.65%-
XYZ3.21.8911.26-
YUV36.1161.81128.65-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.57%
GREEN value IS 24 (9.77% from 255) = 15.29%
BLUE value IS 96 (37.89% from 255) = 61.15%
R=23.57%
G=15.29%
B=61.15%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3724960.610.7500.62250.836023.53
Hex2518603D4B03Efb3c18
Octal4530140751130763737430
Binary100101110001100000111101100101101111101111101111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251860; }

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

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

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

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

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

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

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

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