#302696

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

Shades of Dark Slate Blue #302696

Tints of Dark Slate Blue #302696

Color information

#302696 (or 0x302696) is unknown color: approx Dark Slate Blue. HEX triplet: 30, 26 and 96. RGB value is (48,38,150). Sum of RGB (Red+Green+Blue) = 48+38+150=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 150 (58.98% from 255 or 63.56% from 236); Max value from RGB is 150 - color contains mainly: blue. Hex color #302696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302696 is #CFD969. Grayscale: #353535. Windows color (decimal): -13621610 or 9840176. OLE color: 9840176.

HSL color Cylindrical-coordinate representation of color #302696: hue angle of 245.36º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #302696 is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4838150-
CMYK0.680.7500.41
HSL245.36º59.57%36.86%-
HSV(B)245.36º74.67%58.82%-
XYZ7.424.2229.28-
YUV53.76182.31123.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.34%
GREEN value IS 38 (15.23% from 255) = 16.10%
BLUE value IS 150 (58.98% from 255) = 63.56%
R=20.34%
G=16.10%
B=63.56%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal48381500.680.7500.41245.3659.5736.86
Hex302696444B029f53c25
Octal60462261041130513657445
Binary1100001001101001011010001001001011010100111110101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302696; }

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

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

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

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

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

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

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

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