Html Css Color HEX #362248 Jagger

📋 copy color: '#362248'

red 54 ◦ green 34 ◦ blue 72

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

Shades of Jagger #362248

Tints of Jagger #362248

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.25%

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

R = 33.75%
G = 21.25%
B = 45%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#362248 (or 0x362248) is known color: Jagger. HEX triplet: 36, 22 and 48. RGB value is (54,34,72). Sum of RGB (Red+Green+Blue) = 54+34+72=160 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.75% from 160); Green value is 34 (13.67% from 255 or 21.25% from 160); Blue value is 72 (28.52% from 255 or 45% from 160); Max value from RGB is 72 - color contains mainly: blue. Hex color #362248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362248 is #C9DDB7. Grayscale: #2C2C2C. Windows color (decimal): -13229496 or 4727350. OLE color: 4727350.

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

Color convert

RGB 54 34 72 -
CMYK 0.25 0.53 0 0.72
HSL 271.58º 0.36% 0.21% -
HSV(B) 271.58º 0.53% 0.28% -
XYZ 3.26 2.4 6.42 -
YUV 44.31 143.63 134.91 -
System Red Green Blue C M Y K H S L
Decimal 54 34 72 0.25 0.53 0 0.72 271.58 0.36 0.21
Hex 36 22 48 19 35 0 48 110 24 15
Octal 66 42 110 31 65 0 110 420 44 25
Binary 110110 100010 1001000 11001 110101 0 1001000 100010000 100100 10101

Color Harmonies of #362248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362248

Black with #362248

Text Example


Text Example

White with #362248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362248; }

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

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

background-color css

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

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

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

border-color css

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

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

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