#38308B

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

Shades of Dark Slate Blue #38308B

Tints of Dark Slate Blue #38308B

Color information

#38308B (or 0x38308B) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 30 and 8B. RGB value is (56,48,139). Sum of RGB (Red+Green+Blue) = 56+48+139=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 139 (54.69% from 255 or 57.20% from 243); Max value from RGB is 139 - color contains mainly: blue. Hex color #38308B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38308B is #C7CF74. Grayscale: #3C3C3C. Windows color (decimal): -13094773 or 9121848. OLE color: 9121848.

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

Color convert

RGB5648139-
CMYK0.600.6500.45
HSL245.27º48.66%36.67%-
HSV(B)245.27º65.47%54.51%-
XYZ7.354.8224.97-
YUV60.77172.15124.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.05%
GREEN value IS 48 (19.14% from 255) = 19.75%
BLUE value IS 139 (54.69% from 255) = 57.20%
R=23.05%
G=19.75%
B=57.20%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal56481390.600.6500.45245.2748.6636.67
Hex38308B3C4102Df53125
Octal7060213741010553656145
Binary111000110000100010111111001000001010110111110101110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38308B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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