Html Css Color HEX #362544 Jagger

📋 copy color: '#362544'

red 54 ◦ green 37 ◦ blue 68

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

Shades of Jagger #362544

Tints of Jagger #362544

RGB

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

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

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

R = 33.96%
G = 23.27%
B = 42.77%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#362544 (or 0x362544) is known color: Jagger. HEX triplet: 36, 25 and 44. RGB value is (54,37,68). Sum of RGB (Red+Green+Blue) = 54+37+68=159 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.96% from 159); Green value is 37 (14.84% from 255 or 23.27% from 159); Blue value is 68 (26.95% from 255 or 42.77% from 159); Max value from RGB is 68 - color contains mainly: blue. Hex color #362544 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362544 is #C9DABB. Grayscale: #2D2D2D. Windows color (decimal): -13228732 or 4465974. OLE color: 4465974.

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

Color convert

RGB 54 37 68 -
CMYK 0.21 0.46 0 0.73
HSL 272.9º 0.3% 0.21% -
HSV(B) 272.9º 0.46% 0.27% -
XYZ 3.23 2.52 5.79 -
YUV 45.62 140.63 133.98 -
System Red Green Blue C M Y K H S L
Decimal 54 37 68 0.21 0.46 0 0.73 272.9 0.3 0.21
Hex 36 25 44 15 2E 0 49 111 1E 15
Octal 66 45 104 25 56 0 111 421 36 25
Binary 110110 100101 1000100 10101 101110 0 1001001 100010001 11110 10101

Color Harmonies of #362544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362544

Black with #362544

Text Example


Text Example

White with #362544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362544; }

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

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

background-color css

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

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

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

border-color css

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

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

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