Html Css Color HEX #362247 Jagger

📋 copy color: '#362247'

red 54 ◦ green 34 ◦ blue 71

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

Shades of Jagger #362247

Tints of Jagger #362247

RGB

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

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

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

R = 33.96%
G = 21.38%
B = 44.65%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#362247 (or 0x362247) is known color: Jagger. HEX triplet: 36, 22 and 47. RGB value is (54,34,71). Sum of RGB (Red+Green+Blue) = 54+34+71=159 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.96% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 71 (28.12% from 255 or 44.65% from 159); Max value from RGB is 71 - color contains mainly: blue. Hex color #362247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362247 is #C9DDB8. Grayscale: #2C2C2C. Windows color (decimal): -13229497 or 4661814. OLE color: 4661814.

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

Color convert

RGB 54 34 71 -
CMYK 0.24 0.52 0 0.72
HSL 272.43º 0.35% 0.21% -
HSV(B) 272.43º 0.52% 0.28% -
XYZ 3.23 2.38 6.25 -
YUV 44.2 143.13 134.99 -
System Red Green Blue C M Y K H S L
Decimal 54 34 71 0.24 0.52 0 0.72 272.43 0.35 0.21
Hex 36 22 47 18 34 0 48 110 23 15
Octal 66 42 107 30 64 0 110 420 43 25
Binary 110110 100010 1000111 11000 110100 0 1001000 100010000 100011 10101

Color Harmonies of #362247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362247

Black with #362247

Text Example


Text Example

White with #362247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362247; }

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

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

background-color css

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

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

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

border-color css

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

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

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