#3838A0

Color #3838A0 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #3838A0

Tints of Dark Slate Blue #3838A0

Color information

#3838A0 (or 0x3838A0) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 38 and A0. RGB value is (56,56,160). Sum of RGB (Red+Green+Blue) = 56+56+160=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 160 (62.89% from 255 or 58.82% from 272); Max value from RGB is 160 - color contains mainly: blue. Hex color #3838A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3838A0 is #C7C75F. Grayscale: #434343. Windows color (decimal): -13092704 or 10500152. OLE color: 10500152.

HSL color Cylindrical-coordinate representation of color #3838A0: hue angle of 240º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3838A0 is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5656160-
CMYK0.650.6500.37
HSL240º48.15%42.35%-
HSV(B)240º65%62.75%-
XYZ9.396.2133.96-
YUV67.86180119.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.59%
GREEN value IS 56 (22.27% from 255) = 20.59%
BLUE value IS 160 (62.89% from 255) = 58.82%
R=20.59%
G=20.59%
B=58.82%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal56561600.650.6500.3724048.1542.35
Hex3838A04141025f0302a
Octal70702401011010453606052
Binary1110001110001010000010000011000001010010111110000110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3838A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3838A0; }

 p { color: rgb(56,56,160); }

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

<style>
 a { background-color: #3838A0; }

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

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

<style>
 span { border-color: #3838A0; }

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

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