#30369C

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

Shades of Dark Slate Blue #30369C

Tints of Dark Slate Blue #30369C

Color information

#30369C (or 0x30369C) is unknown color: approx Dark Slate Blue. HEX triplet: 30, 36 and 9C. RGB value is (48,54,156). Sum of RGB (Red+Green+Blue) = 48+54+156=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 156 (61.33% from 255 or 60.47% from 258); Max value from RGB is 156 - color contains mainly: blue. Hex color #30369C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30369C is #CFC963. Grayscale: #3F3F3F. Windows color (decimal): -13617508 or 10237488. OLE color: 10237488.

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

Color convert

RGB4854156-
CMYK0.690.6500.39
HSL236.67º52.94%40%-
HSV(B)236.67º69.23%61.18%-
XYZ8.545.6732.1-
YUV63.83180.01116.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.60%
GREEN value IS 54 (21.48% from 255) = 20.93%
BLUE value IS 156 (61.33% from 255) = 60.47%
R=18.60%
G=20.93%
B=60.47%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal48541560.690.6500.39236.6752.9440
Hex30369C4541027ed3528
Octal60662341051010473556550
Binary1100001101101001110010001011000001010011111101101110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30369C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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