#30369D

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

Shades of Dark Slate Blue #30369D

Tints of Dark Slate Blue #30369D

Color information

#30369D (or 0x30369D) is unknown color: approx Dark Slate Blue. HEX triplet: 30, 36 and 9D. RGB value is (48,54,157). Sum of RGB (Red+Green+Blue) = 48+54+157=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 157 (61.72% from 255 or 60.62% from 259); Max value from RGB is 157 - color contains mainly: blue. Hex color #30369D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30369D is #CFC962. Grayscale: #3F3F3F. Windows color (decimal): -13617507 or 10303024. OLE color: 10303024.

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

Color convert

RGB4854157-
CMYK0.690.6600.38
HSL236.7º53.17%40.2%-
HSV(B)236.7º69.43%61.57%-
XYZ8.625.732.54-
YUV63.95180.51116.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.53%
GREEN value IS 54 (21.48% from 255) = 20.85%
BLUE value IS 157 (61.72% from 255) = 60.62%
R=18.53%
G=20.85%
B=60.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48541570.690.6600.38236.753.1740.2
Hex30369D4542026ed3528
Octal60662351051020463556550
Binary1100001101101001110110001011000010010011011101101110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30369D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30369D; }

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

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

<style>
 a { background-color: #30369D; }

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

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

<style>
 span { border-color: #30369D; }

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

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