#30269C

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

Shades of Dark Slate Blue #30269C

Tints of Dark Slate Blue #30269C

Color information

#30269C (or 0x30269C) is unknown color: approx Dark Slate Blue. HEX triplet: 30, 26 and 9C. RGB value is (48,38,156). Sum of RGB (Red+Green+Blue) = 48+38+156=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 156 (61.33% from 255 or 64.46% from 242); Max value from RGB is 156 - color contains mainly: blue. Hex color #30269C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30269C is #CFD963. Grayscale: #353535. Windows color (decimal): -13621604 or 10233392. OLE color: 10233392.

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

Color convert

RGB4838156-
CMYK0.690.7600.39
HSL245.08º60.82%38.04%-
HSV(B)245.08º75.64%61.18%-
XYZ7.914.4131.89-
YUV54.44185.31123.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.83%
GREEN value IS 38 (15.23% from 255) = 15.70%
BLUE value IS 156 (61.33% from 255) = 64.46%
R=19.83%
G=15.70%
B=64.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal48381560.690.7600.39245.0860.8238.04
Hex30269C454C027f53d26
Octal60462341051140473657546
Binary1100001001101001110010001011001100010011111110101111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30269C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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