#38224C

Color #38224C Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #38224C

Tints of Jagger #38224C

Color information

#38224C (or 0x38224C) is unknown color: approx Jagger. HEX triplet: 38, 22 and 4C. RGB value is (56,34,76). Sum of RGB (Red+Green+Blue) = 56+34+76=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 34 (13.67% from 255 or 20.48% from 166); Blue value is 76 (30.08% from 255 or 45.78% from 166); Max value from RGB is 76 - color contains mainly: blue. Hex color #38224C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38224C is #C7DDB3. Grayscale: #2D2D2D. Windows color (decimal): -13098420 or 4989496. OLE color: 4989496.

HSL color Cylindrical-coordinate representation of color #38224C: hue angle of 271.43º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #38224C is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB563476-
CMYK0.260.5500.70
HSL271.43º38.18%21.57%-
HSV(B)271.43º55.26%29.8%-
XYZ3.512.517.14-
YUV45.37145.29135.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.73%
GREEN value IS 34 (13.67% from 255) = 20.48%
BLUE value IS 76 (30.08% from 255) = 45.78%
R=33.73%
G=20.48%
B=45.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5634760.260.5500.70271.4338.1821.57
Hex38224C1A3704610f2616
Octal7042114326701064174626
Binary1110001000101001100110101101110100011010000111110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38224C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #38224C;
 }
 .AnyTagClassName
 {
   color: #38224C;
 }
</style>
background-color css

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

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

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

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

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

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