Html Css Color HEX #252163 Paris M

📋 copy color: '#252163'

red 37 ◦ green 33 ◦ blue 99

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

Shades of Paris M #252163

Tints of Paris M #252163

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.53%

 BLUE value IS 99 (39.06% from 255) = 58.58%

R = 21.89%
G = 19.53%
B = 58.58%

CMYK

 C value IS 0.63

 M value IS 0.67

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#252163 (or 0x252163) is known color: Paris M. HEX triplet: 25, 21 and 63. RGB value is (37,33,99). Sum of RGB (Red+Green+Blue) = 37+33+99=169 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.89% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 99 (39.06% from 255 or 58.58% from 169); Max value from RGB is 99 - color contains mainly: blue. Hex color #252163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252163 is #DADE9C. Grayscale: #292929. Windows color (decimal): -14343837 or 6496549. OLE color: 6496549.

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

Color convert

RGB 37 33 99 -
CMYK 0.63 0.67 0 0.61
HSL 243.64º 0.5% 0.26% -
HSV(B) 243.64º 0.67% 0.39% -
XYZ 3.56 2.38 12.08 -
YUV 41.72 160.33 124.63 -
System Red Green Blue C M Y K H S L
Decimal 37 33 99 0.63 0.67 0 0.61 243.64 0.5 0.26
Hex 25 21 63 3F 43 0 3D F4 32 1A
Octal 45 41 143 77 103 0 75 364 62 32
Binary 100101 100001 1100011 111111 1000011 0 111101 11110100 110010 11010

Color Harmonies of #252163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252163

Black with #252163

Text Example


Text Example

White with #252163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252163; }

 p { color: rgb(37,33,99); }

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

background-color css

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

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

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

border-color css

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

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

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