Html Css Color HEX #362246 Jagger

📋 copy color: '#362246'

red 54 ◦ green 34 ◦ blue 70

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

Shades of Jagger #362246

Tints of Jagger #362246

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.52%

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

R = 34.18%
G = 21.52%
B = 44.3%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#362246 (or 0x362246) is known color: Jagger. HEX triplet: 36, 22 and 46. RGB value is (54,34,70). Sum of RGB (Red+Green+Blue) = 54+34+70=158 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.18% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 70 (27.73% from 255 or 44.30% from 158); Max value from RGB is 70 - color contains mainly: blue. Hex color #362246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362246 is #C9DDB9. Grayscale: #2B2B2B. Windows color (decimal): -13229498 or 4596278. OLE color: 4596278.

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

Color convert

RGB 54 34 70 -
CMYK 0.23 0.51 0 0.73
HSL 273.33º 0.35% 0.2% -
HSV(B) 273.33º 0.51% 0.27% -
XYZ 3.2 2.37 6.08 -
YUV 44.08 142.63 135.07 -
System Red Green Blue C M Y K H S L
Decimal 54 34 70 0.23 0.51 0 0.73 273.33 0.35 0.2
Hex 36 22 46 17 33 0 49 111 23 14
Octal 66 42 106 27 63 0 111 421 43 24
Binary 110110 100010 1000110 10111 110011 0 1001001 100010001 100011 10100

Color Harmonies of #362246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362246

Black with #362246

Text Example


Text Example

White with #362246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362246; }

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

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

background-color css

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

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

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

border-color css

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

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

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