Html Css Color HEX #252363 Paris M

📋 copy color: '#252363'

red 37 ◦ green 35 ◦ blue 99

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

Shades of Paris M #252363

Tints of Paris M #252363

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.47%

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

R = 21.64%
G = 20.47%
B = 57.89%

CMYK

 C value IS 0.63

 M value IS 0.65

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#252363 (or 0x252363) is known color: Paris M. HEX triplet: 25, 23 and 63. RGB value is (37,35,99). Sum of RGB (Red+Green+Blue) = 37+35+99=171 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.64% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 99 (39.06% from 255 or 57.89% from 171); Max value from RGB is 99 - color contains mainly: blue. Hex color #252363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252363 is #DADC9C. Grayscale: #2A2A2A. Windows color (decimal): -14343325 or 6497061. OLE color: 6497061.

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

Color convert

RGB 37 35 99 -
CMYK 0.63 0.65 0 0.61
HSL 241.88º 0.48% 0.26% -
HSV(B) 241.88º 0.65% 0.39% -
XYZ 3.62 2.5 12.1 -
YUV 42.89 159.66 123.8 -
System Red Green Blue C M Y K H S L
Decimal 37 35 99 0.63 0.65 0 0.61 241.88 0.48 0.26
Hex 25 23 63 3F 41 0 3D F2 30 1A
Octal 45 43 143 77 101 0 75 362 60 32
Binary 100101 100011 1100011 111111 1000001 0 111101 11110010 110000 11010

Color Harmonies of #252363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252363

Black with #252363

Text Example


Text Example

White with #252363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252363; }

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

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

background-color css

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

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

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

border-color css

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

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

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