#38308C

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

Shades of Dark Slate Blue #38308C

Tints of Dark Slate Blue #38308C

Color information

#38308C (or 0x38308C) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 30 and 8C. RGB value is (56,48,140). Sum of RGB (Red+Green+Blue) = 56+48+140=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 140 (55.08% from 255 or 57.38% from 244); Max value from RGB is 140 - color contains mainly: blue. Hex color #38308C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38308C is #C7CF73. Grayscale: #3C3C3C. Windows color (decimal): -13094772 or 9187384. OLE color: 9187384.

HSL color Cylindrical-coordinate representation of color #38308C: hue angle of 245.22º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38308C is Cyan = 0.6, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5648140-
CMYK0.60.6600.45
HSL245.22º48.94%36.86%-
HSV(B)245.22º65.71%54.9%-
XYZ7.424.8525.36-
YUV60.88172.65124.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.95%
GREEN value IS 48 (19.14% from 255) = 19.67%
BLUE value IS 140 (55.08% from 255) = 57.38%
R=22.95%
G=19.67%
B=57.38%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal56481400.60.6600.45245.2248.9436.86
Hex38308C3C4202Df53125
Octal7060214741020553656145
Binary111000110000100011001111001000010010110111110101110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38308C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,48,140); }

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

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

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

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

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

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

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