Html Css Color HEX #36305F Paris M

📋 copy color: '#36305F'

red 54 ◦ green 48 ◦ blue 95

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

Shades of Paris M #36305F

Tints of Paris M #36305F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 48.22%

R = 27.41%
G = 24.37%
B = 48.22%

CMYK

 C value IS 0.43

 M value IS 0.49

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#36305F (or 0x36305F) is known color: Paris M. HEX triplet: 36, 30 and 5F. RGB value is (54,48,95). Sum of RGB (Red+Green+Blue) = 54+48+95=197 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.41% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 95 (37.5% from 255 or 48.22% from 197); Max value from RGB is 95 - color contains mainly: blue. Hex color #36305F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36305F is #C9CFA0. Grayscale: #363636. Windows color (decimal): -13225889 or 6238262. OLE color: 6238262.

HSL color Cylindrical-coordinate representation of color #36305F: hue angle of 247.66º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #36305F is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 54 48 95 -
CMYK 0.43 0.49 0 0.63
HSL 247.66º 0.33% 0.28% -
HSV(B) 247.66º 0.49% 0.37% -
XYZ 4.64 3.72 11.3 -
YUV 55.15 150.49 127.18 -
System Red Green Blue C M Y K H S L
Decimal 54 48 95 0.43 0.49 0 0.63 247.66 0.33 0.28
Hex 36 30 5F 2B 31 0 3F F8 21 1C
Octal 66 60 137 53 61 0 77 370 41 34
Binary 110110 110000 1011111 101011 110001 0 111111 11111000 100001 11100

Color Harmonies of #36305F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36305F

Black with #36305F

Text Example


Text Example

White with #36305F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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