#38204C

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

Shades of Jagger #38204C

Tints of Jagger #38204C

Color information

#38204C (or 0x38204C) is unknown color: approx Jagger. HEX triplet: 38, 20 and 4C. RGB value is (56,32,76). Sum of RGB (Red+Green+Blue) = 56+32+76=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 76 (30.08% from 255 or 46.34% from 164); Max value from RGB is 76 - color contains mainly: blue. Hex color #38204C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38204C is #C7DFB3. Grayscale: #2C2C2C. Windows color (decimal): -13098932 or 4988984. OLE color: 4988984.

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

Color convert

RGB563276-
CMYK0.260.5800.70
HSL272.73º40.74%21.18%-
HSV(B)272.73º57.89%29.8%-
XYZ3.452.47.12-
YUV44.19145.95136.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.15%
GREEN value IS 32 (12.89% from 255) = 19.51%
BLUE value IS 76 (30.08% from 255) = 46.34%
R=34.15%
G=19.51%
B=46.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5632760.260.5800.70272.7340.7421.18
Hex38204C1A3A0461112915
Octal7040114327201064215125
Binary1110001000001001100110101110100100011010001000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38204C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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