Html Css Color HEX #251465 Paris M

📋 copy color: '#251465'

red 37 ◦ green 20 ◦ blue 101

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

Shades of Paris M #251465

Tints of Paris M #251465

RGB

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

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

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

R = 23.42%
G = 12.66%
B = 63.92%

CMYK

 C value IS 0.63

 M value IS 0.80

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#251465 (or 0x251465) is known color: Paris M. HEX triplet: 25, 14 and 65. RGB value is (37,20,101). Sum of RGB (Red+Green+Blue) = 37+20+101=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 101 (39.84% from 255 or 63.92% from 158); Max value from RGB is 101 - color contains mainly: blue. Hex color #251465 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251465 is #DAEB9A. Grayscale: #222222. Windows color (decimal): -14347163 or 6624293. OLE color: 6624293.

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

Color convert

RGB 37 20 101 -
CMYK 0.63 0.80 0 0.60
HSL 252.59º 0.67% 0.24% -
HSV(B) 252.59º 0.8% 0.4% -
XYZ 3.36 1.83 12.49 -
YUV 34.32 165.63 129.91 -
System Red Green Blue C M Y K H S L
Decimal 37 20 101 0.63 0.80 0 0.60 252.59 0.67 0.24
Hex 25 14 65 3F 50 0 3C FD 43 18
Octal 45 24 145 77 120 0 74 375 103 30
Binary 100101 10100 1100101 111111 1010000 0 111100 11111101 1000011 11000

Color Harmonies of #251465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251465

Black with #251465

Text Example


Text Example

White with #251465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251465; }

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

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

background-color css

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

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

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

border-color css

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

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

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