Html Css Color HEX #362444 Jagger

📋 copy color: '#362444'

red 54 ◦ green 36 ◦ blue 68

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

Shades of Jagger #362444

Tints of Jagger #362444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 43.04%

R = 34.18%
G = 22.78%
B = 43.04%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#362444 (or 0x362444) is known color: Jagger. HEX triplet: 36, 24 and 44. RGB value is (54,36,68). Sum of RGB (Red+Green+Blue) = 54+36+68=158 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.18% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 68 (26.95% from 255 or 43.04% from 158); Max value from RGB is 68 - color contains mainly: blue. Hex color #362444 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362444 is #C9DBBB. Grayscale: #2C2C2C. Windows color (decimal): -13228988 or 4465718. OLE color: 4465718.

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

Color convert

RGB 54 36 68 -
CMYK 0.21 0.47 0 0.73
HSL 273.75º 0.31% 0.2% -
HSV(B) 273.75º 0.47% 0.27% -
XYZ 3.2 2.46 5.78 -
YUV 45.03 140.96 134.4 -
System Red Green Blue C M Y K H S L
Decimal 54 36 68 0.21 0.47 0 0.73 273.75 0.31 0.2
Hex 36 24 44 15 2F 0 49 112 1F 14
Octal 66 44 104 25 57 0 111 422 37 24
Binary 110110 100100 1000100 10101 101111 0 1001001 100010010 11111 10100

Color Harmonies of #362444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362444

Black with #362444

Text Example


Text Example

White with #362444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362444; }

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

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

background-color css

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

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

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

border-color css

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

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

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