Html Css Color HEX #362347 Jagger

📋 copy color: '#362347'

red 54 ◦ green 35 ◦ blue 71

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

Shades of Jagger #362347

Tints of Jagger #362347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 44.38%

R = 33.75%
G = 21.88%
B = 44.38%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#362347 (or 0x362347) is known color: Jagger. HEX triplet: 36, 23 and 47. RGB value is (54,35,71). Sum of RGB (Red+Green+Blue) = 54+35+71=160 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.75% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 71 (28.12% from 255 or 44.38% from 160); Max value from RGB is 71 - color contains mainly: blue. Hex color #362347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362347 is #C9DCB8. Grayscale: #2C2C2C. Windows color (decimal): -13229241 or 4662070. OLE color: 4662070.

HSL color Cylindrical-coordinate representation of color #362347: hue angle of 271.67º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #362347 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 54 35 71 -
CMYK 0.24 0.51 0 0.72
HSL 271.67º 0.34% 0.21% -
HSV(B) 271.67º 0.51% 0.28% -
XYZ 3.26 2.44 6.26 -
YUV 44.79 142.79 134.57 -
System Red Green Blue C M Y K H S L
Decimal 54 35 71 0.24 0.51 0 0.72 271.67 0.34 0.21
Hex 36 23 47 18 33 0 48 110 22 15
Octal 66 43 107 30 63 0 110 420 42 25
Binary 110110 100011 1000111 11000 110011 0 1001000 100010000 100010 10101

Color Harmonies of #362347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362347

Black with #362347

Text Example


Text Example

White with #362347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362347; }

 p { color: rgb(54,35,71); }

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

background-color css

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

 a { background-color: rgb(54,35,71); }

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

border-color css

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

 span { border-color: rgb(54,35,71); }

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