Html Css Color HEX #251C60 Paris M

📋 copy color: '#251C60'

red 37 ◦ green 28 ◦ blue 96

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

Shades of Paris M #251C60

Tints of Paris M #251C60

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.39%

 BLUE value IS 96 (37.89% from 255) = 59.63%

R = 22.98%
G = 17.39%
B = 59.63%

CMYK

 C value IS 0.61

 M value IS 0.71

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#251C60 (or 0x251C60) is known color: Paris M. HEX triplet: 25, 1C and 60. RGB value is (37,28,96). Sum of RGB (Red+Green+Blue) = 37+28+96=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 28 (11.33% from 255 or 17.39% from 161); Blue value is 96 (37.89% from 255 or 59.63% from 161); Max value from RGB is 96 - color contains mainly: blue. Hex color #251C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251C60 is #DAE39F. Grayscale: #262626. Windows color (decimal): -14345120 or 6298661. OLE color: 6298661.

HSL color Cylindrical-coordinate representation of color #251C60: hue angle of 247.94º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #251C60 is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 37 28 96 -
CMYK 0.61 0.71 0 0.62
HSL 247.94º 0.55% 0.24% -
HSV(B) 247.94º 0.71% 0.38% -
XYZ 3.29 2.07 11.29 -
YUV 38.44 160.48 126.97 -
System Red Green Blue C M Y K H S L
Decimal 37 28 96 0.61 0.71 0 0.62 247.94 0.55 0.24
Hex 25 1C 60 3D 47 0 3E F8 37 18
Octal 45 34 140 75 107 0 76 370 67 30
Binary 100101 11100 1100000 111101 1000111 0 111110 11111000 110111 11000

Color Harmonies of #251C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251C60

Black with #251C60

Text Example


Text Example

White with #251C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,28,96); }

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

background-color css

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

 a { background-color: rgb(37,28,96); }

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

border-color css

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

 span { border-color: rgb(37,28,96); }

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