#302998

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

Shades of Dark Slate Blue #302998

Tints of Dark Slate Blue #302998

Color information

#302998 (or 0x302998) is unknown color: approx Dark Slate Blue. HEX triplet: 30, 29 and 98. RGB value is (48,41,152). Sum of RGB (Red+Green+Blue) = 48+41+152=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 152 (59.77% from 255 or 63.07% from 241); Max value from RGB is 152 - color contains mainly: blue. Hex color #302998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302998 is #CFD667. Grayscale: #373737. Windows color (decimal): -13620840 or 9972016. OLE color: 9972016.

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

Color convert

RGB4841152-
CMYK0.680.7300.40
HSL243.78º57.51%37.84%-
HSV(B)243.78º73.03%59.61%-
XYZ7.684.4830.17-
YUV55.75182.32122.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.92%
GREEN value IS 41 (16.41% from 255) = 17.01%
BLUE value IS 152 (59.77% from 255) = 63.07%
R=19.92%
G=17.01%
B=63.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal48411520.680.7300.40243.7857.5137.84
Hex3029984449028f43a26
Octal60512301041110503647246
Binary1100001010011001100010001001001001010100011110100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302998; }

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

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

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

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

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

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

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

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