Html Css Color HEX #362844 Jagger

📋 copy color: '#362844'

red 54 ◦ green 40 ◦ blue 68

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

Shades of Jagger #362844

Tints of Jagger #362844

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.69%

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

R = 33.33%
G = 24.69%
B = 41.98%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#362844 (or 0x362844) is known color: Jagger. HEX triplet: 36, 28 and 44. RGB value is (54,40,68). Sum of RGB (Red+Green+Blue) = 54+40+68=162 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.33% from 162); Green value is 40 (16.02% from 255 or 24.69% from 162); Blue value is 68 (26.95% from 255 or 41.98% from 162); Max value from RGB is 68 - color contains mainly: blue. Hex color #362844 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362844 is #C9D7BB. Grayscale: #2F2F2F. Windows color (decimal): -13227964 or 4466742. OLE color: 4466742.

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

Color convert

RGB 54 40 68 -
CMYK 0.21 0.41 0 0.73
HSL 270º 0.26% 0.21% -
HSV(B) 270º 0.41% 0.27% -
XYZ 3.32 2.72 5.82 -
YUV 47.38 139.64 132.72 -
System Red Green Blue C M Y K H S L
Decimal 54 40 68 0.21 0.41 0 0.73 270 0.26 0.21
Hex 36 28 44 15 29 0 49 10E 1A 15
Octal 66 50 104 25 51 0 111 416 32 25
Binary 110110 101000 1000100 10101 101001 0 1001001 100001110 11010 10101

Color Harmonies of #362844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362844

Black with #362844

Text Example


Text Example

White with #362844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362844; }

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

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

background-color css

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

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

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

border-color css

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

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

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