Html Css Color HEX #362448 Jagger

📋 copy color: '#362448'

red 54 ◦ green 36 ◦ blue 72

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

Shades of Jagger #362448

Tints of Jagger #362448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 44.44%

R = 33.33%
G = 22.22%
B = 44.44%

CMYK

 C value IS 0.25

 M value IS 0.5

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#362448 (or 0x362448) is known color: Jagger. HEX triplet: 36, 24 and 48. RGB value is (54,36,72). Sum of RGB (Red+Green+Blue) = 54+36+72=162 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.33% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 72 (28.52% from 255 or 44.44% from 162); Max value from RGB is 72 - color contains mainly: blue. Hex color #362448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362448 is #C9DBB7. Grayscale: #2D2D2D. Windows color (decimal): -13228984 or 4727862. OLE color: 4727862.

HSL color Cylindrical-coordinate representation of color #362448: hue angle of 270º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #362448 is Cyan = 0.25, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 54 36 72 -
CMYK 0.25 0.5 0 0.72
HSL 270º 0.33% 0.21% -
HSV(B) 270º 0.5% 0.28% -
XYZ 3.32 2.51 6.44 -
YUV 45.49 142.96 134.07 -
System Red Green Blue C M Y K H S L
Decimal 54 36 72 0.25 0.5 0 0.72 270 0.33 0.21
Hex 36 24 48 19 32 0 48 10E 21 15
Octal 66 44 110 31 62 0 110 416 41 25
Binary 110110 100100 1001000 11001 110010 0 1001000 100001110 100001 10101

Color Harmonies of #362448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362448

Black with #362448

Text Example


Text Example

White with #362448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362448; }

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

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

background-color css

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

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

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

border-color css

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

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

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