#30289B

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

Shades of Dark Slate Blue #30289B

Tints of Dark Slate Blue #30289B

Color information

#30289B (or 0x30289B) is unknown color: approx Dark Slate Blue. HEX triplet: 30, 28 and 9B. RGB value is (48,40,155). Sum of RGB (Red+Green+Blue) = 48+40+155=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 155 (60.94% from 255 or 63.79% from 243); Max value from RGB is 155 - color contains mainly: blue. Hex color #30289B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30289B is #CFD764. Grayscale: #373737. Windows color (decimal): -13621093 or 10168368. OLE color: 10168368.

HSL color Cylindrical-coordinate representation of color #30289B: hue angle of 244.17º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30289B is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4840155-
CMYK0.690.7400.39
HSL244.17º58.97%38.24%-
HSV(B)244.17º74.19%60.78%-
XYZ7.894.5131.47-
YUV55.5184.15122.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.75%
GREEN value IS 40 (16.02% from 255) = 16.46%
BLUE value IS 155 (60.94% from 255) = 63.79%
R=19.75%
G=16.46%
B=63.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal48401550.690.7400.39244.1758.9738.24
Hex30289B454A027f43b26
Octal60502331051120473647346
Binary1100001010001001101110001011001010010011111110100111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30289B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,40,155); }

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

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

 a { background-color: rgb(48,40,155); }

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

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

 span { border-color: rgb(48,40,155); }

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