Html Css Color HEX #251365 Paris M

📋 copy color: '#251365'

red 37 ◦ green 19 ◦ blue 101

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

Shades of Paris M #251365

Tints of Paris M #251365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 64.33%

R = 23.57%
G = 12.1%
B = 64.33%

CMYK

 C value IS 0.63

 M value IS 0.81

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

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

RGB 37 19 101 -
CMYK 0.63 0.81 0 0.60
HSL 253.17º 0.68% 0.24% -
HSV(B) 253.17º 0.81% 0.4% -
XYZ 3.34 1.8 12.48 -
YUV 33.73 165.96 130.33 -
System Red Green Blue C M Y K H S L
Decimal 37 19 101 0.63 0.81 0 0.60 253.17 0.68 0.24
Hex 25 13 65 3F 51 0 3C FD 44 18
Octal 45 23 145 77 121 0 74 375 104 30
Binary 100101 10011 1100101 111111 1010001 0 111100 11111101 1000100 11000

Color Harmonies of #251365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251365

Black with #251365

Text Example


Text Example

White with #251365

Text Example


Text Example

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