#251365

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

Shades of Paris M #251365

Tints of Paris M #251365

Color information

#251365 (or 0x251365) is unknown color: approx Paris M. HEX triplet: 25, 13 and 65. RGB value is (37,19,101). Sum of RGB (Red+Green+Blue) = 37+19+101=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 101 (39.84% from 255 or 64.33% from 157); Max value from RGB is 101 - color contains mainly: blue. Hex color #251365 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251365 is #DAEC9A. Grayscale: #212121. Windows color (decimal): -14347419 or 6624037. OLE color: 6624037.

HSL color Cylindrical-coordinate representation of color #251365: hue angle of 253.17º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #251365 is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3719101-
CMYK0.630.8100.60
HSL253.17º68.33%23.53%-
HSV(B)253.17º81.19%39.61%-
XYZ3.341.812.48-
YUV33.73165.96130.33-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.57%
GREEN value IS 19 (7.81% from 255) = 12.10%
BLUE value IS 101 (39.84% from 255) = 64.33%
R=23.57%
G=12.10%
B=64.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal37191010.630.8100.60253.1768.3323.53
Hex2513653F5103Cfd4418
Octal45231457712107437510430
Binary1001011001111001011111111010001011110011111101100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251365; }

 p { color: rgb(37,19,101); }

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

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

 a { background-color: rgb(37,19,101); }

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

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

 span { border-color: rgb(37,19,101); }

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