Html Css Color HEX #252564 Paris M

📋 copy color: '#252564'

red 37 ◦ green 37 ◦ blue 100

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

Shades of Paris M #252564

Tints of Paris M #252564

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.26%

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

R = 21.26%
G = 21.26%
B = 57.47%

CMYK

 C value IS 0.63

 M value IS 0.63

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#252564 (or 0x252564) is known color: Paris M. HEX triplet: 25, 25 and 64. RGB value is (37,37,100). Sum of RGB (Red+Green+Blue) = 37+37+100=174 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.26% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 100 (39.45% from 255 or 57.47% from 174); Max value from RGB is 100 - color contains mainly: blue. Hex color #252564 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252564 is #DADA9B. Grayscale: #2B2B2B. Windows color (decimal): -14342812 or 6563109. OLE color: 6563109.

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

Color convert

RGB 37 37 100 -
CMYK 0.63 0.63 0 0.61
HSL 240º 0.46% 0.27% -
HSV(B) 240º 0.63% 0.39% -
XYZ 3.72 2.64 12.37 -
YUV 44.18 159.5 122.88 -
System Red Green Blue C M Y K H S L
Decimal 37 37 100 0.63 0.63 0 0.61 240 0.46 0.27
Hex 25 25 64 3F 3F 0 3D F0 2E 1B
Octal 45 45 144 77 77 0 75 360 56 33
Binary 100101 100101 1100100 111111 111111 0 111101 11110000 101110 11011

Color Harmonies of #252564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252564

Black with #252564

Text Example


Text Example

White with #252564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252564; }

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

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

background-color css

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

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

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

border-color css

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

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

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