#302598

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

Shades of Dark Slate Blue #302598

Tints of Dark Slate Blue #302598

Color information

#302598 (or 0x302598) is unknown color: approx Dark Slate Blue. HEX triplet: 30, 25 and 98. RGB value is (48,37,152). Sum of RGB (Red+Green+Blue) = 48+37+152=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 152 (59.77% from 255 or 64.14% from 237); Max value from RGB is 152 - color contains mainly: blue. Hex color #302598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302598 is #CFDA67. Grayscale: #343434. Windows color (decimal): -13621864 or 9970992. OLE color: 9970992.

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

Color convert

RGB4837152-
CMYK0.680.7600.40
HSL245.74º60.85%37.06%-
HSV(B)245.74º75.66%59.61%-
XYZ7.554.2230.12-
YUV53.4183.64124.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.25%
GREEN value IS 37 (14.84% from 255) = 15.61%
BLUE value IS 152 (59.77% from 255) = 64.14%
R=20.25%
G=15.61%
B=64.14%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal48371520.680.7600.40245.7460.8537.06
Hex302598444C028f63d25
Octal60452301041140503667545
Binary1100001001011001100010001001001100010100011110110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302598; }

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

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

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

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

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

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

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

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