Html Css Color HEX #362546 Jagger

📋 copy color: '#362546'

red 54 ◦ green 37 ◦ blue 70

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

Shades of Jagger #362546

Tints of Jagger #362546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 43.48%

R = 33.54%
G = 22.98%
B = 43.48%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#362546 (or 0x362546) is known color: Jagger. HEX triplet: 36, 25 and 46. RGB value is (54,37,70). Sum of RGB (Red+Green+Blue) = 54+37+70=161 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.54% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 70 (27.73% from 255 or 43.48% from 161); Max value from RGB is 70 - color contains mainly: blue. Hex color #362546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362546 is #C9DAB9. Grayscale: #2D2D2D. Windows color (decimal): -13228730 or 4597046. OLE color: 4597046.

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

Color convert

RGB 54 37 70 -
CMYK 0.23 0.47 0 0.73
HSL 270.91º 0.31% 0.21% -
HSV(B) 270.91º 0.47% 0.27% -
XYZ 3.29 2.55 6.11 -
YUV 45.85 141.63 133.82 -
System Red Green Blue C M Y K H S L
Decimal 54 37 70 0.23 0.47 0 0.73 270.91 0.31 0.21
Hex 36 25 46 17 2F 0 49 10F 1F 15
Octal 66 45 106 27 57 0 111 417 37 25
Binary 110110 100101 1000110 10111 101111 0 1001001 100001111 11111 10101

Color Harmonies of #362546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362546

Black with #362546

Text Example


Text Example

White with #362546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362546; }

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

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

background-color css

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

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

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

border-color css

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

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

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