#302398

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

Shades of Dark Slate Blue #302398

Tints of Dark Slate Blue #302398

Color information

#302398 (or 0x302398) is unknown color: approx Dark Slate Blue. HEX triplet: 30, 23 and 98. RGB value is (48,35,152). Sum of RGB (Red+Green+Blue) = 48+35+152=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 152 (59.77% from 255 or 64.68% from 235); Max value from RGB is 152 - color contains mainly: blue. Hex color #302398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302398 is #CFDC67. Grayscale: #333333. Windows color (decimal): -13622376 or 9970480. OLE color: 9970480.

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

Color convert

RGB4835152-
CMYK0.680.7700.40
HSL246.67º62.57%36.67%-
HSV(B)246.67º76.97%59.61%-
XYZ7.494.130.1-
YUV52.22184.31124.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.43%
GREEN value IS 35 (14.06% from 255) = 14.89%
BLUE value IS 152 (59.77% from 255) = 64.68%
R=20.43%
G=14.89%
B=64.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal48351520.680.7700.40246.6762.5736.67
Hex302398444D028f73f25
Octal60432301041150503677745
Binary1100001000111001100010001001001101010100011110111111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302398; }

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

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

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

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

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

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

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

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