Html Css Color HEX #251464 Paris M

📋 copy color: '#251464'

red 37 ◦ green 20 ◦ blue 100

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

Shades of Paris M #251464

Tints of Paris M #251464

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.74%

 BLUE value IS 100 (39.45% from 255) = 63.69%

R = 23.57%
G = 12.74%
B = 63.69%

CMYK

 C value IS 0.63

 M value IS 0.8

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#251464 (or 0x251464) is known color: Paris M. HEX triplet: 25, 14 and 64. RGB value is (37,20,100). Sum of RGB (Red+Green+Blue) = 37+20+100=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 100 (39.45% from 255 or 63.69% from 157); Max value from RGB is 100 - color contains mainly: blue. Hex color #251464 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251464 is #DAEB9B. Grayscale: #212121. Windows color (decimal): -14347164 or 6558757. OLE color: 6558757.

HSL color Cylindrical-coordinate representation of color #251464: hue angle of 252.75º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #251464 is Cyan = 0.63, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 37 20 100 -
CMYK 0.63 0.8 0 0.61
HSL 252.75º 0.67% 0.24% -
HSV(B) 252.75º 0.8% 0.39% -
XYZ 3.31 1.81 12.23 -
YUV 34.2 165.13 130 -
System Red Green Blue C M Y K H S L
Decimal 37 20 100 0.63 0.8 0 0.61 252.75 0.67 0.24
Hex 25 14 64 3F 50 0 3D FD 43 18
Octal 45 24 144 77 120 0 75 375 103 30
Binary 100101 10100 1100100 111111 1010000 0 111101 11111101 1000011 11000

Color Harmonies of #251464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251464

Black with #251464

Text Example


Text Example

White with #251464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251464; }

 p { color: rgb(37,20,100); }

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

background-color css

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

 a { background-color: rgb(37,20,100); }

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

border-color css

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

 span { border-color: rgb(37,20,100); }

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