#30279A

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

Shades of Dark Slate Blue #30279A

Tints of Dark Slate Blue #30279A

Color information

#30279A (or 0x30279A) is unknown color: approx Dark Slate Blue. HEX triplet: 30, 27 and 9A. RGB value is (48,39,154). Sum of RGB (Red+Green+Blue) = 48+39+154=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 154 (60.55% from 255 or 63.90% from 241); Max value from RGB is 154 - color contains mainly: blue. Hex color #30279A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30279A is #CFD865. Grayscale: #363636. Windows color (decimal): -13621350 or 10102576. OLE color: 10102576.

HSL color Cylindrical-coordinate representation of color #30279A: hue angle of 244.7º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30279A is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4839154-
CMYK0.690.7500.40
HSL244.7º59.59%37.84%-
HSV(B)244.7º74.68%60.39%-
XYZ7.784.4131.01-
YUV54.8183.98123.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.92%
GREEN value IS 39 (15.62% from 255) = 16.18%
BLUE value IS 154 (60.55% from 255) = 63.90%
R=19.92%
G=16.18%
B=63.90%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal48391540.690.7500.40244.759.5937.84
Hex30279A454B028f53c26
Octal60472321051130503657446
Binary1100001001111001101010001011001011010100011110101111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30279A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,39,154); }

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

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

 a { background-color: rgb(48,39,154); }

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

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

 span { border-color: rgb(48,39,154); }

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