Html Css Color HEX #251964 Paris M

📋 copy color: '#251964'

red 37 ◦ green 25 ◦ blue 100

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

Shades of Paris M #251964

Tints of Paris M #251964

RGB

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

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

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

R = 22.84%
G = 15.43%
B = 61.73%

CMYK

 C value IS 0.63

 M value IS 0.75

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#251964 (or 0x251964) is known color: Paris M. HEX triplet: 25, 19 and 64. RGB value is (37,25,100). Sum of RGB (Red+Green+Blue) = 37+25+100=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 100 (39.45% from 255 or 61.73% from 162); Max value from RGB is 100 - color contains mainly: blue. Hex color #251964 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251964 is #DAE69B. Grayscale: #242424. Windows color (decimal): -14345884 or 6560037. OLE color: 6560037.

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

Color convert

RGB 37 25 100 -
CMYK 0.63 0.75 0 0.61
HSL 249.6º 0.6% 0.25% -
HSV(B) 249.6º 0.75% 0.39% -
XYZ 3.41 2.01 12.26 -
YUV 37.14 163.48 127.9 -
System Red Green Blue C M Y K H S L
Decimal 37 25 100 0.63 0.75 0 0.61 249.6 0.6 0.25
Hex 25 19 64 3F 4B 0 3D FA 3C 19
Octal 45 31 144 77 113 0 75 372 74 31
Binary 100101 11001 1100100 111111 1001011 0 111101 11111010 111100 11001

Color Harmonies of #251964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251964

Black with #251964

Text Example


Text Example

White with #251964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251964; }

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

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

background-color css

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

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

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

border-color css

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

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

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