Html Css Color HEX #36285E Paris M

📋 copy color: '#36285E'

red 54 ◦ green 40 ◦ blue 94

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

Shades of Paris M #36285E

Tints of Paris M #36285E

RGB

 RED value IS 54 (21.48% from 255) = 28.72%

 GREEN value IS 40 (16.02% from 255) = 21.28%

 BLUE value IS 94 (37.11% from 255) = 50%

R = 28.72%
G = 21.28%
B = 50%

CMYK

 C value IS 0.43

 M value IS 0.57

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#36285E (or 0x36285E) is known color: Paris M. HEX triplet: 36, 28 and 5E. RGB value is (54,40,94). Sum of RGB (Red+Green+Blue) = 54+40+94=188 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.72% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 94 (37.11% from 255 or 50% from 188); Max value from RGB is 94 - color contains mainly: blue. Hex color #36285E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36285E is #C9D7A1. Grayscale: #323232. Windows color (decimal): -13227938 or 6170678. OLE color: 6170678.

HSL color Cylindrical-coordinate representation of color #36285E: hue angle of 255.56º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #36285E is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 54 40 94 -
CMYK 0.43 0.57 0 0.63
HSL 255.56º 0.4% 0.26% -
HSV(B) 255.56º 0.57% 0.37% -
XYZ 4.3 3.11 10.96 -
YUV 50.34 152.64 130.61 -
System Red Green Blue C M Y K H S L
Decimal 54 40 94 0.43 0.57 0 0.63 255.56 0.4 0.26
Hex 36 28 5E 2B 39 0 3F 100 28 1A
Octal 66 50 136 53 71 0 77 400 50 32
Binary 110110 101000 1011110 101011 111001 0 111111 100000000 101000 11010

Color Harmonies of #36285E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36285E

Black with #36285E

Text Example


Text Example

White with #36285E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36285E; }

 p { color: rgb(54,40,94); }

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

background-color css

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

 a { background-color: rgb(54,40,94); }

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

border-color css

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

 span { border-color: rgb(54,40,94); }

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