Html Css Color HEX #38224A Jagger

📋 copy color: '#38224A'

red 56 ◦ green 34 ◦ blue 74

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

Shades of Jagger #38224A

Tints of Jagger #38224A

RGB

 RED value IS 56 (22.27% from 255) = 34.15%

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

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

R = 34.15%
G = 20.73%
B = 45.12%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#38224A (or 0x38224A) is known color: Jagger. HEX triplet: 38, 22 and 4A. RGB value is (56,34,74). Sum of RGB (Red+Green+Blue) = 56+34+74=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 34 (13.67% from 255 or 20.73% from 164); Blue value is 74 (29.30% from 255 or 45.12% from 164); Max value from RGB is 74 - color contains mainly: blue. Hex color #38224A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38224A is #C7DDB5. Grayscale: #2D2D2D. Windows color (decimal): -13098422 or 4858424. OLE color: 4858424.

HSL color Cylindrical-coordinate representation of color #38224A: hue angle of 273º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38224A is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 34 74 -
CMYK 0.24 0.54 0 0.71
HSL 273º 0.37% 0.21% -
HSV(B) 273º 0.54% 0.29% -
XYZ 3.44 2.48 6.78 -
YUV 45.14 144.29 135.75 -
System Red Green Blue C M Y K H S L
Decimal 56 34 74 0.24 0.54 0 0.71 273 0.37 0.21
Hex 38 22 4A 18 36 0 47 111 25 15
Octal 70 42 112 30 66 0 107 421 45 25
Binary 111000 100010 1001010 11000 110110 0 1000111 100010001 100101 10101

Color Harmonies of #38224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38224A

Black with #38224A

Text Example


Text Example

White with #38224A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,34,74); }

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

background-color css

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

 a { background-color: rgb(56,34,74); }

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

border-color css

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

 span { border-color: rgb(56,34,74); }

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