#38204B

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

Shades of Jagger #38204B

Tints of Jagger #38204B

Color information

#38204B (or 0x38204B) is unknown color: approx Jagger. HEX triplet: 38, 20 and 4B. RGB value is (56,32,75). Sum of RGB (Red+Green+Blue) = 56+32+75=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 75 (29.69% from 255 or 46.01% from 163); Max value from RGB is 75 - color contains mainly: blue. Hex color #38204B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38204B is #C7DFB4. Grayscale: #2B2B2B. Windows color (decimal): -13098933 or 4923448. OLE color: 4923448.

HSL color Cylindrical-coordinate representation of color #38204B: hue angle of 273.49º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #38204B is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB563275-
CMYK0.250.5700.71
HSL273.49º40.19%20.98%-
HSV(B)273.49º57.33%29.41%-
XYZ3.422.386.94-
YUV44.08145.45136.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.36%
GREEN value IS 32 (12.89% from 255) = 19.63%
BLUE value IS 75 (29.69% from 255) = 46.01%
R=34.36%
G=19.63%
B=46.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5632750.250.5700.71273.4940.1920.98
Hex38204B19390471112815
Octal7040113317101074215025
Binary1110001000001001011110011110010100011110001000110100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38204B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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