Html Css Color HEX #37284A Jagger

📋 copy color: '#37284A'

red 55 ◦ green 40 ◦ blue 74

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

Shades of Jagger #37284A

Tints of Jagger #37284A

RGB

 RED value IS 55 (21.88% from 255) = 32.54%

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

 BLUE value IS 74 (29.3% from 255) = 43.79%

R = 32.54%
G = 23.67%
B = 43.79%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#37284A (or 0x37284A) is known color: Jagger. HEX triplet: 37, 28 and 4A. RGB value is (55,40,74). Sum of RGB (Red+Green+Blue) = 55+40+74=169 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.54% from 169); Green value is 40 (16.02% from 255 or 23.67% from 169); Blue value is 74 (29.30% from 255 or 43.79% from 169); Max value from RGB is 74 - color contains mainly: blue. Hex color #37284A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37284A is #C8D7B5. Grayscale: #303030. Windows color (decimal): -13162422 or 4859959. OLE color: 4859959.

HSL color Cylindrical-coordinate representation of color #37284A: hue angle of 266.47º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #37284A is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 55 40 74 -
CMYK 0.26 0.46 0 0.71
HSL 266.47º 0.3% 0.22% -
HSV(B) 266.47º 0.46% 0.29% -
XYZ 3.57 2.82 6.84 -
YUV 48.36 142.47 132.74 -
System Red Green Blue C M Y K H S L
Decimal 55 40 74 0.26 0.46 0 0.71 266.47 0.3 0.22
Hex 37 28 4A 1A 2E 0 47 10A 1E 16
Octal 67 50 112 32 56 0 107 412 36 26
Binary 110111 101000 1001010 11010 101110 0 1000111 100001010 11110 10110

Color Harmonies of #37284A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37284A

Black with #37284A

Text Example


Text Example

White with #37284A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37284A; }

 p { color: rgb(55,40,74); }

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

background-color css

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

 a { background-color: rgb(55,40,74); }

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

border-color css

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

 span { border-color: rgb(55,40,74); }

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