#38204F

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

Shades of Jagger #38204F

Tints of Jagger #38204F

Color information

#38204F (or 0x38204F) is unknown color: approx Jagger. HEX triplet: 38, 20 and 4F. RGB value is (56,32,79). Sum of RGB (Red+Green+Blue) = 56+32+79=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 79 (31.25% from 255 or 47.31% from 167); Max value from RGB is 79 - color contains mainly: blue. Hex color #38204F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38204F is #C7DFB0. Grayscale: #2C2C2C. Windows color (decimal): -13098929 or 5185592. OLE color: 5185592.

HSL color Cylindrical-coordinate representation of color #38204F: hue angle of 270.64º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38204F is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB563279-
CMYK0.290.5900.69
HSL270.64º42.34%21.76%-
HSV(B)270.64º59.49%30.98%-
XYZ3.562.447.68-
YUV44.53147.45136.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.53%
GREEN value IS 32 (12.89% from 255) = 19.16%
BLUE value IS 79 (31.25% from 255) = 47.31%
R=33.53%
G=19.16%
B=47.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5632790.290.5900.69270.6442.3421.76
Hex38204F1D3B04510f2a16
Octal7040117357301054175226
Binary1110001000001001111111011110110100010110000111110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38204F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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