Html Css Color HEX #252664 Paris M

📋 copy color: '#252664'

red 37 ◦ green 38 ◦ blue 100

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

Shades of Paris M #252664

Tints of Paris M #252664

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.71%

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

R = 21.14%
G = 21.71%
B = 57.14%

CMYK

 C value IS 0.63

 M value IS 0.62

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#252664 (or 0x252664) is known color: Paris M. HEX triplet: 25, 26 and 64. RGB value is (37,38,100). Sum of RGB (Red+Green+Blue) = 37+38+100=175 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.14% from 175); Green value is 38 (15.23% from 255 or 21.71% from 175); Blue value is 100 (39.45% from 255 or 57.14% from 175); Max value from RGB is 100 - color contains mainly: blue. Hex color #252664 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252664 is #DAD99B. Grayscale: #2C2C2C. Windows color (decimal): -14342556 or 6563365. OLE color: 6563365.

HSL color Cylindrical-coordinate representation of color #252664: hue angle of 239.05º 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 #252664 is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 37 38 100 -
CMYK 0.63 0.62 0 0.61
HSL 239.05º 0.46% 0.27% -
HSV(B) 239.05º 0.63% 0.39% -
XYZ 3.76 2.7 12.38 -
YUV 44.77 159.17 122.46 -
System Red Green Blue C M Y K H S L
Decimal 37 38 100 0.63 0.62 0 0.61 239.05 0.46 0.27
Hex 25 26 64 3F 3E 0 3D EF 2E 1B
Octal 45 46 144 77 76 0 75 357 56 33
Binary 100101 100110 1100100 111111 111110 0 111101 11101111 101110 11011

Color Harmonies of #252664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252664

Black with #252664

Text Example


Text Example

White with #252664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252664; }

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

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

background-color css

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

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

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

border-color css

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

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

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