#38224F

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

Shades of Jagger #38224F

Tints of Jagger #38224F

Color information

#38224F (or 0x38224F) is unknown color: approx Jagger. HEX triplet: 38, 22 and 4F. RGB value is (56,34,79). Sum of RGB (Red+Green+Blue) = 56+34+79=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 34 (13.67% from 255 or 20.12% from 169); Blue value is 79 (31.25% from 255 or 46.75% from 169); Max value from RGB is 79 - color contains mainly: blue. Hex color #38224F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38224F is #C7DDB0. Grayscale: #2D2D2D. Windows color (decimal): -13098417 or 5186104. OLE color: 5186104.

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

Color convert

RGB563479-
CMYK0.290.5700.69
HSL269.33º39.82%22.16%-
HSV(B)269.33º56.96%30.98%-
XYZ3.612.557.7-
YUV45.71146.79135.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.14%
GREEN value IS 34 (13.67% from 255) = 20.12%
BLUE value IS 79 (31.25% from 255) = 46.75%
R=33.14%
G=20.12%
B=46.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5634790.290.5700.69269.3339.8222.16
Hex38224F1D3904510d2816
Octal7042117357101054155026
Binary1110001000101001111111011110010100010110000110110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38224F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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