#30239d

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

Shades of Dark Slate Blue #30239D

Tints of Dark Slate Blue #30239D

Color information

#30239D (or 0x30239D) is unknown color: approx Dark Slate Blue. HEX triplet: 30, 23 and 9D. RGB value is (48,35,157). Sum of RGB (Red+Green+Blue) = 48+35+157=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 157 (61.72% from 255 or 65.42% from 240); Max value from RGB is 157 - color contains mainly: blue. Hex color #30239D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30239D is #CFDC62. Grayscale: #343434. Windows color (decimal): -13622371 or 10298160. OLE color: 10298160.

HSL color Cylindrical-coordinate representation of color #30239D: hue angle of 246.39º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30239D is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4835157-
CMYK0.690.7800.38
HSL246.39º63.54%37.65%-
HSV(B)246.39º77.71%61.57%-
XYZ7.914.2632.3-
YUV52.8186.81124.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20%
GREEN value IS 35 (14.06% from 255) = 14.58%
BLUE value IS 157 (61.72% from 255) = 65.42%
R=20%
G=14.58%
B=65.42%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48351570.690.7800.38246.3963.5437.65
Hex30239D454E026f64026
Octal604323510511604636610046
Binary11000010001110011101100010110011100100110111101101000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30239d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30239d; }

 p { color: rgb(48,35,157); }

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

<style>
 a { background-color: #30239d; }

 a { background-color: rgb(48,35,157); }

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

<style>
 span { border-color: #30239d; }

 span { border-color: rgb(48,35,157); }

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