Html Css Color HEX #362346 Jagger

📋 copy color: '#362346'

red 54 ◦ green 35 ◦ blue 70

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

Shades of Jagger #362346

Tints of Jagger #362346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 44.03%

R = 33.96%
G = 22.01%
B = 44.03%

CMYK

 C value IS 0.23

 M value IS 0.5

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#362346 (or 0x362346) is known color: Jagger. HEX triplet: 36, 23 and 46. RGB value is (54,35,70). Sum of RGB (Red+Green+Blue) = 54+35+70=159 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.96% from 159); Green value is 35 (14.06% from 255 or 22.01% from 159); Blue value is 70 (27.73% from 255 or 44.03% from 159); Max value from RGB is 70 - color contains mainly: blue. Hex color #362346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362346 is #C9DCB9. Grayscale: #2C2C2C. Windows color (decimal): -13229242 or 4596534. OLE color: 4596534.

HSL color Cylindrical-coordinate representation of color #362346: hue angle of 272.57º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #362346 is Cyan = 0.23, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 54 35 70 -
CMYK 0.23 0.5 0 0.73
HSL 272.57º 0.33% 0.21% -
HSV(B) 272.57º 0.5% 0.27% -
XYZ 3.23 2.43 6.09 -
YUV 44.67 142.29 134.65 -
System Red Green Blue C M Y K H S L
Decimal 54 35 70 0.23 0.5 0 0.73 272.57 0.33 0.21
Hex 36 23 46 17 32 0 49 111 21 15
Octal 66 43 106 27 62 0 111 421 41 25
Binary 110110 100011 1000110 10111 110010 0 1001001 100010001 100001 10101

Color Harmonies of #362346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362346

Black with #362346

Text Example


Text Example

White with #362346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362346; }

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

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

background-color css

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

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

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

border-color css

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

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

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