#38278A

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

Shades of Dark Slate Blue #38278A

Tints of Dark Slate Blue #38278A

Color information

#38278A (or 0x38278A) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 27 and 8A. RGB value is (56,39,138). Sum of RGB (Red+Green+Blue) = 56+39+138=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 138 (54.30% from 255 or 59.23% from 233); Max value from RGB is 138 - color contains mainly: blue. Hex color #38278A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38278A is #C7D875. Grayscale: #363636. Windows color (decimal): -13097078 or 9054008. OLE color: 9054008.

HSL color Cylindrical-coordinate representation of color #38278A: hue angle of 250.3º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38278A is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5639138-
CMYK0.590.7200.46
HSL250.3º55.93%34.71%-
HSV(B)250.3º71.74%54.12%-
XYZ6.944.1324.48-
YUV55.37174.63128.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.03%
GREEN value IS 39 (15.62% from 255) = 16.74%
BLUE value IS 138 (54.30% from 255) = 59.23%
R=24.03%
G=16.74%
B=59.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal56391380.590.7200.46250.355.9334.71
Hex38278A3B4802Efa3823
Octal7047212731100563727043
Binary111000100111100010101110111001000010111011111010111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38278A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38278A; }

 p { color: rgb(56,39,138); }

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

<style>
 a { background-color: #38278A; }

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

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

<style>
 span { border-color: #38278A; }

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

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