#38224E

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

Shades of Jagger #38224E

Tints of Jagger #38224E

Color information

#38224E (or 0x38224E) is unknown color: approx Jagger. HEX triplet: 38, 22 and 4E. RGB value is (56,34,78). Sum of RGB (Red+Green+Blue) = 56+34+78=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 34 (13.67% from 255 or 20.24% from 168); Blue value is 78 (30.86% from 255 or 46.43% from 168); Max value from RGB is 78 - color contains mainly: blue. Hex color #38224E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38224E is #C7DDB1. Grayscale: #2D2D2D. Windows color (decimal): -13098418 or 5120568. OLE color: 5120568.

HSL color Cylindrical-coordinate representation of color #38224E: hue angle of 270º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38224E is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB563478-
CMYK0.280.5600.69
HSL270º39.29%21.96%-
HSV(B)270º56.41%30.59%-
XYZ3.582.537.51-
YUV45.59146.29135.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.33%
GREEN value IS 34 (13.67% from 255) = 20.24%
BLUE value IS 78 (30.86% from 255) = 46.43%
R=33.33%
G=20.24%
B=46.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5634780.280.5600.6927039.2921.96
Hex38224E1C3804510e2716
Octal7042116347001054164726
Binary1110001000101001110111001110000100010110000111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38224E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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