Html Css Color HEX #251860 Paris M

📋 copy color: '#251860'

red 37 ◦ green 24 ◦ blue 96

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

Shades of Paris M #251860

Tints of Paris M #251860

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 value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#251860 (or 0x251860) is known color: 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

RGB 37 24 96 -
CMYK 0.61 0.75 0 0.62
HSL 250.83º 0.6% 0.24% -
HSV(B) 250.83º 0.75% 0.38% -
XYZ 3.2 1.89 11.26 -
YUV 36.1 161.81 128.65 -
System Red Green Blue C M Y K H S L
Decimal 37 24 96 0.61 0.75 0 0.62 250.83 0.6 0.24
Hex 25 18 60 3D 4B 0 3E FB 3C 18
Octal 45 30 140 75 113 0 76 373 74 30
Binary 100101 11000 1100000 111101 1001011 0 111110 11111011 111100 11000

Color Harmonies of #251860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251860

Black with #251860

Text Example


Text Example

White with #251860

Text Example


Text Example

HTML Codes & Css Web 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>