Html Css Color HEX #251F61 Paris M

📋 copy color: '#251F61'

red 37 ◦ green 31 ◦ blue 97

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

Shades of Paris M #251F61

Tints of Paris M #251F61

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.79%

 BLUE value IS 97 (38.28% from 255) = 58.79%

R = 22.42%
G = 18.79%
B = 58.79%

CMYK

 C value IS 0.62

 M value IS 0.68

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#251F61 (or 0x251F61) is known color: Paris M. HEX triplet: 25, 1F and 61. RGB value is (37,31,97). Sum of RGB (Red+Green+Blue) = 37+31+97=165 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.42% from 165); Green value is 31 (12.5% from 255 or 18.79% from 165); Blue value is 97 (38.28% from 255 or 58.79% from 165); Max value from RGB is 97 - color contains mainly: blue. Hex color #251F61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251F61 is #DAE09E. Grayscale: #282828. Windows color (decimal): -14344351 or 6364965. OLE color: 6364965.

HSL color Cylindrical-coordinate representation of color #251F61: hue angle of 245.45º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #251F61 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 37 31 97 -
CMYK 0.62 0.68 0 0.62
HSL 245.45º 0.52% 0.25% -
HSV(B) 245.45º 0.68% 0.38% -
XYZ 3.41 2.24 11.56 -
YUV 40.32 159.99 125.63 -
System Red Green Blue C M Y K H S L
Decimal 37 31 97 0.62 0.68 0 0.62 245.45 0.52 0.25
Hex 25 1F 61 3E 44 0 3E F5 34 19
Octal 45 37 141 76 104 0 76 365 64 31
Binary 100101 11111 1100001 111110 1000100 0 111110 11110101 110100 11001

Color Harmonies of #251F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251F61

Black with #251F61

Text Example


Text Example

White with #251F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251F61; }

 p { color: rgb(37,31,97); }

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

background-color css

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

 a { background-color: rgb(37,31,97); }

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

border-color css

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

 span { border-color: rgb(37,31,97); }

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