Html Css Color HEX #252066 Paris M

📋 copy color: '#252066'

red 37 ◦ green 32 ◦ blue 102

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

Shades of Paris M #252066

Tints of Paris M #252066

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.71%

 BLUE value IS 102 (40.23% from 255) = 59.65%

R = 21.64%
G = 18.71%
B = 59.65%

CMYK

 C value IS 0.64

 M value IS 0.69

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#252066 (or 0x252066) is known color: Paris M. HEX triplet: 25, 20 and 66. RGB value is (37,32,102). Sum of RGB (Red+Green+Blue) = 37+32+102=171 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.64% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 102 (40.23% from 255 or 59.65% from 171); Max value from RGB is 102 - color contains mainly: blue. Hex color #252066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252066 is #DADF99. Grayscale: #292929. Windows color (decimal): -14344090 or 6692901. OLE color: 6692901.

HSL color Cylindrical-coordinate representation of color #252066: hue angle of 244.29º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #252066 is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 37 32 102 -
CMYK 0.64 0.69 0 0.6
HSL 244.29º 0.52% 0.26% -
HSV(B) 244.29º 0.69% 0.4% -
XYZ 3.68 2.39 12.84 -
YUV 41.48 162.16 124.81 -
System Red Green Blue C M Y K H S L
Decimal 37 32 102 0.64 0.69 0 0.6 244.29 0.52 0.26
Hex 25 20 66 40 45 0 3C F4 34 1A
Octal 45 40 146 100 105 0 74 364 64 32
Binary 100101 100000 1100110 1000000 1000101 0 111100 11110100 110100 11010

Color Harmonies of #252066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252066

Black with #252066

Text Example


Text Example

White with #252066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252066; }

 p { color: rgb(37,32,102); }

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

background-color css

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

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

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

border-color css

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

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

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