Html Css Color HEX #362446 Jagger

📋 copy color: '#362446'

red 54 ◦ green 36 ◦ blue 70

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

Shades of Jagger #362446

Tints of Jagger #362446

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.5%

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

R = 33.75%
G = 22.5%
B = 43.75%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#362446 (or 0x362446) is known color: Jagger. HEX triplet: 36, 24 and 46. RGB value is (54,36,70). Sum of RGB (Red+Green+Blue) = 54+36+70=160 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.75% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 70 (27.73% from 255 or 43.75% from 160); Max value from RGB is 70 - color contains mainly: blue. Hex color #362446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362446 is #C9DBB9. Grayscale: #2D2D2D. Windows color (decimal): -13228986 or 4596790. OLE color: 4596790.

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

Color convert

RGB 54 36 70 -
CMYK 0.23 0.49 0 0.73
HSL 271.76º 0.32% 0.21% -
HSV(B) 271.76º 0.49% 0.27% -
XYZ 3.26 2.49 6.1 -
YUV 45.26 141.96 134.24 -
System Red Green Blue C M Y K H S L
Decimal 54 36 70 0.23 0.49 0 0.73 271.76 0.32 0.21
Hex 36 24 46 17 31 0 49 110 20 15
Octal 66 44 106 27 61 0 111 420 40 25
Binary 110110 100100 1000110 10111 110001 0 1001001 100010000 100000 10101

Color Harmonies of #362446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362446

Black with #362446

Text Example


Text Example

White with #362446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362446; }

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

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

background-color css

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

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

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

border-color css

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

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

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