Html Css Color HEX #362547 Jagger

📋 copy color: '#362547'

red 54 ◦ green 37 ◦ blue 71

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

Shades of Jagger #362547

Tints of Jagger #362547

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.84%

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

R = 33.33%
G = 22.84%
B = 43.83%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#362547 (or 0x362547) is known color: Jagger. HEX triplet: 36, 25 and 47. RGB value is (54,37,71). Sum of RGB (Red+Green+Blue) = 54+37+71=162 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.33% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 71 (28.12% from 255 or 43.83% from 162); Max value from RGB is 71 - color contains mainly: blue. Hex color #362547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362547 is #C9DAB8. Grayscale: #2D2D2D. Windows color (decimal): -13228729 or 4662582. OLE color: 4662582.

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

Color convert

RGB 54 37 71 -
CMYK 0.24 0.48 0 0.72
HSL 270º 0.31% 0.21% -
HSV(B) 270º 0.48% 0.28% -
XYZ 3.32 2.56 6.28 -
YUV 45.96 142.13 133.74 -
System Red Green Blue C M Y K H S L
Decimal 54 37 71 0.24 0.48 0 0.72 270 0.31 0.21
Hex 36 25 47 18 30 0 48 10E 1F 15
Octal 66 45 107 30 60 0 110 416 37 25
Binary 110110 100101 1000111 11000 110000 0 1001000 100001110 11111 10101

Color Harmonies of #362547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362547

Black with #362547

Text Example


Text Example

White with #362547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362547; }

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

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

background-color css

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

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

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

border-color css

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

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

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