#38284C

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

Shades of Jagger #38284C

Tints of Jagger #38284C

Color information

#38284C (or 0x38284C) is unknown color: approx Jagger. HEX triplet: 38, 28 and 4C. RGB value is (56,40,76). Sum of RGB (Red+Green+Blue) = 56+40+76=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 40 (16.02% from 255 or 23.26% from 172); Blue value is 76 (30.08% from 255 or 44.19% from 172); Max value from RGB is 76 - color contains mainly: blue. Hex color #38284C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38284C is #C7D7B3. Grayscale: #303030. Windows color (decimal): -13096884 or 4991032. OLE color: 4991032.

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

Color convert

RGB564076-
CMYK0.260.4700.70
HSL266.67º31.03%22.75%-
HSV(B)266.67º47.37%29.8%-
XYZ3.692.887.2-
YUV48.89143.3133.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.56%
GREEN value IS 40 (16.02% from 255) = 23.26%
BLUE value IS 76 (30.08% from 255) = 44.19%
R=32.56%
G=23.26%
B=44.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5640760.260.4700.70266.6731.0322.75
Hex38284C1A2F04610b1f17
Octal7050114325701064133727
Binary111000101000100110011010101111010001101000010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38284C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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