Html Css Color HEX #362968 Paris M

📋 copy color: '#362968'

red 54 ◦ green 41 ◦ blue 104

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

Shades of Paris M #362968

Tints of Paris M #362968

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.6%

 BLUE value IS 104 (41.02% from 255) = 52.26%

R = 27.14%
G = 20.6%
B = 52.26%

CMYK

 C value IS 0.48

 M value IS 0.61

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#362968 (or 0x362968) is known color: Paris M. HEX triplet: 36, 29 and 68. RGB value is (54,41,104). Sum of RGB (Red+Green+Blue) = 54+41+104=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 104 (41.02% from 255 or 52.26% from 199); Max value from RGB is 104 - color contains mainly: blue. Hex color #362968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362968 is #C9D697. Grayscale: #333333. Windows color (decimal): -13227672 or 6826294. OLE color: 6826294.

HSL color Cylindrical-coordinate representation of color #362968: hue angle of 252.38º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #362968 is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 54 41 104 -
CMYK 0.48 0.61 0 0.59
HSL 252.38º 0.43% 0.28% -
HSV(B) 252.38º 0.61% 0.41% -
XYZ 4.81 3.37 13.49 -
YUV 52.07 157.31 129.38 -
System Red Green Blue C M Y K H S L
Decimal 54 41 104 0.48 0.61 0 0.59 252.38 0.43 0.28
Hex 36 29 68 30 3D 0 3B FC 2B 1C
Octal 66 51 150 60 75 0 73 374 53 34
Binary 110110 101001 1101000 110000 111101 0 111011 11111100 101011 11100

Color Harmonies of #362968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362968

Black with #362968

Text Example


Text Example

White with #362968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362968; }

 p { color: rgb(54,41,104); }

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

background-color css

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

 a { background-color: rgb(54,41,104); }

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

border-color css

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

 span { border-color: rgb(54,41,104); }

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