#30389E

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

Shades of Dark Slate Blue #30389E

Tints of Dark Slate Blue #30389E

Color information

#30389E (or 0x30389E) is unknown color: approx Dark Slate Blue. HEX triplet: 30, 38 and 9E. RGB value is (48,56,158). Sum of RGB (Red+Green+Blue) = 48+56+158=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 158 (62.11% from 255 or 60.31% from 262); Max value from RGB is 158 - color contains mainly: blue. Hex color #30389E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30389E is #CFC761. Grayscale: #404040. Windows color (decimal): -13616994 or 10369072. OLE color: 10369072.

HSL color Cylindrical-coordinate representation of color #30389E: hue angle of 235.64º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30389E is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4856158-
CMYK0.700.6500.38
HSL235.64º53.4%40.39%-
HSV(B)235.64º69.62%61.96%-
XYZ8.85.9333.03-
YUV65.24180.35115.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.32%
GREEN value IS 56 (22.27% from 255) = 21.37%
BLUE value IS 158 (62.11% from 255) = 60.31%
R=18.32%
G=21.37%
B=60.31%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48561580.700.6500.38235.6453.440.39
Hex30389E4641026ec3528
Octal60702361061010463546550
Binary1100001110001001111010001101000001010011011101100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30389E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30389E; }

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

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

<style>
 a { background-color: #30389E; }

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

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

<style>
 span { border-color: #30389E; }

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

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