Html Css Color HEX #36305D Paris M

📋 copy color: '#36305D'

red 54 ◦ green 48 ◦ blue 93

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

Shades of Paris M #36305D

Tints of Paris M #36305D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.62%

 BLUE value IS 93 (36.72% from 255) = 47.69%

R = 27.69%
G = 24.62%
B = 47.69%

CMYK

 C value IS 0.42

 M value IS 0.48

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#36305D (or 0x36305D) is known color: Paris M. HEX triplet: 36, 30 and 5D. RGB value is (54,48,93). Sum of RGB (Red+Green+Blue) = 54+48+93=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 93 (36.72% from 255 or 47.69% from 195); Max value from RGB is 93 - color contains mainly: blue. Hex color #36305D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36305D is #C9CFA2. Grayscale: #363636. Windows color (decimal): -13225891 or 6107190. OLE color: 6107190.

HSL color Cylindrical-coordinate representation of color #36305D: hue angle of 248º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #36305D is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 54 48 93 -
CMYK 0.42 0.48 0 0.64
HSL 248º 0.32% 0.28% -
HSV(B) 248º 0.48% 0.36% -
XYZ 4.55 3.69 10.83 -
YUV 54.92 149.49 127.34 -
System Red Green Blue C M Y K H S L
Decimal 54 48 93 0.42 0.48 0 0.64 248 0.32 0.28
Hex 36 30 5D 2A 30 0 40 F8 20 1C
Octal 66 60 135 52 60 0 100 370 40 34
Binary 110110 110000 1011101 101010 110000 0 1000000 11111000 100000 11100

Color Harmonies of #36305D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36305D

Black with #36305D

Text Example


Text Example

White with #36305D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36305D; }

 p { color: rgb(54,48,93); }

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

background-color css

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

 a { background-color: rgb(54,48,93); }

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

border-color css

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

 span { border-color: rgb(54,48,93); }

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