#303298

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

Shades of Dark Slate Blue #303298

Tints of Dark Slate Blue #303298

Color information

#303298 (or 0x303298) is unknown color: approx Dark Slate Blue. HEX triplet: 30, 32 and 98. RGB value is (48,50,152). Sum of RGB (Red+Green+Blue) = 48+50+152=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 152 (59.77% from 255 or 60.8% from 250); Max value from RGB is 152 - color contains mainly: blue. Hex color #303298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303298 is #CFCD67. Grayscale: #3C3C3C. Windows color (decimal): -13618536 or 9974320. OLE color: 9974320.

HSL color Cylindrical-coordinate representation of color #303298: hue angle of 238.85º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #303298 is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4850152-
CMYK0.680.6700.40
HSL238.85º52%39.22%-
HSV(B)238.85º68.42%59.61%-
XYZ8.035.1830.28-
YUV61.03179.34118.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.2%
GREEN value IS 50 (19.92% from 255) = 20%
BLUE value IS 152 (59.77% from 255) = 60.8%
R=19.2%
G=20%
B=60.8%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal48501520.680.6700.40238.855239.22
Hex3032984443028ef3427
Octal60622301041030503576447
Binary1100001100101001100010001001000011010100011101111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303298; }

 p { color: rgb(48,50,152); }

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

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

 a { background-color: rgb(48,50,152); }

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

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

 span { border-color: rgb(48,50,152); }

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