Html Css Color HEX #251960 Paris M

📋 copy color: '#251960'

red 37 ◦ green 25 ◦ blue 96

#251960
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris M #251960

Tints of Paris M #251960

RGB

 RED value IS 37 (14.84% from 255) = 23.42%

 GREEN value IS 25 (10.16% from 255) = 15.82%

 BLUE value IS 96 (37.89% from 255) = 60.76%

R = 23.42%
G = 15.82%
B = 60.76%

CMYK

 C value IS 0.61

 M value IS 0.74

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#251960 (or 0x251960) is known color: Paris M. HEX triplet: 25, 19 and 60. RGB value is (37,25,96). Sum of RGB (Red+Green+Blue) = 37+25+96=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 96 (37.89% from 255 or 60.76% from 158); Max value from RGB is 96 - color contains mainly: blue. Hex color #251960 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251960 is #DAE69F. Grayscale: #242424. Windows color (decimal): -14345888 or 6297893. OLE color: 6297893.

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

Color convert

RGB 37 25 96 -
CMYK 0.61 0.74 0 0.62
HSL 250.14º 0.59% 0.24% -
HSV(B) 250.14º 0.74% 0.38% -
XYZ 3.22 1.93 11.27 -
YUV 36.68 161.48 128.23 -
System Red Green Blue C M Y K H S L
Decimal 37 25 96 0.61 0.74 0 0.62 250.14 0.59 0.24
Hex 25 19 60 3D 4A 0 3E FA 3B 18
Octal 45 31 140 75 112 0 76 372 73 30
Binary 100101 11001 1100000 111101 1001010 0 111110 11111010 111011 11000

Color Harmonies of #251960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251960

Black with #251960

Text Example


Text Example

White with #251960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251960; }

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

 H1.HeaderClassName
 {
   color: #251960;
 }
 .AnyTagClassName
 {
   color: #251960;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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