Html Css Color HEX #362344 Jagger

📋 copy color: '#362344'

red 54 ◦ green 35 ◦ blue 68

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

Shades of Jagger #362344

Tints of Jagger #362344

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.29%

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

R = 34.39%
G = 22.29%
B = 43.31%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#362344 (or 0x362344) is known color: Jagger. HEX triplet: 36, 23 and 44. RGB value is (54,35,68). Sum of RGB (Red+Green+Blue) = 54+35+68=157 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.39% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 68 (26.95% from 255 or 43.31% from 157); Max value from RGB is 68 - color contains mainly: blue. Hex color #362344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362344 is #C9DCBB. Grayscale: #2C2C2C. Windows color (decimal): -13229244 or 4465462. OLE color: 4465462.

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

Color convert

RGB 54 35 68 -
CMYK 0.21 0.49 0 0.73
HSL 274.55º 0.32% 0.2% -
HSV(B) 274.55º 0.49% 0.27% -
XYZ 3.17 2.4 5.77 -
YUV 44.44 141.29 134.82 -
System Red Green Blue C M Y K H S L
Decimal 54 35 68 0.21 0.49 0 0.73 274.55 0.32 0.2
Hex 36 23 44 15 31 0 49 113 20 14
Octal 66 43 104 25 61 0 111 423 40 24
Binary 110110 100011 1000100 10101 110001 0 1001001 100010011 100000 10100

Color Harmonies of #362344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362344

Black with #362344

Text Example


Text Example

White with #362344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362344; }

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

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

background-color css

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

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

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

border-color css

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

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

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