Html Css Color HEX #251360 Paris M

📋 copy color: '#251360'

red 37 ◦ green 19 ◦ blue 96

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

Shades of Paris M #251360

Tints of Paris M #251360

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.5%

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

R = 24.34%
G = 12.5%
B = 63.16%

CMYK

 C value IS 0.61

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#251360 (or 0x251360) is known color: Paris M. HEX triplet: 25, 13 and 60. RGB value is (37,19,96). Sum of RGB (Red+Green+Blue) = 37+19+96=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 96 (37.89% from 255 or 63.16% from 152); Max value from RGB is 96 - color contains mainly: blue. Hex color #251360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251360 is #DAEC9F. Grayscale: #202020. Windows color (decimal): -14347424 or 6296357. OLE color: 6296357.

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

Color convert

RGB 37 19 96 -
CMYK 0.61 0.80 0 0.62
HSL 254.03º 0.67% 0.23% -
HSV(B) 254.03º 0.8% 0.38% -
XYZ 3.11 1.7 11.23 -
YUV 33.16 163.46 130.74 -
System Red Green Blue C M Y K H S L
Decimal 37 19 96 0.61 0.80 0 0.62 254.03 0.67 0.23
Hex 25 13 60 3D 50 0 3E FE 43 17
Octal 45 23 140 75 120 0 76 376 103 27
Binary 100101 10011 1100000 111101 1010000 0 111110 11111110 1000011 10111

Color Harmonies of #251360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251360

Black with #251360

Text Example


Text Example

White with #251360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251360; }

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

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

background-color css

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

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

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

border-color css

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

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

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