#302495

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

Shades of Dark Slate Blue #302495

Tints of Dark Slate Blue #302495

Color information

#302495 (or 0x302495) is unknown color: approx Dark Slate Blue. HEX triplet: 30, 24 and 95. RGB value is (48,36,149). Sum of RGB (Red+Green+Blue) = 48+36+149=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 36 (14.45% from 255 or 15.45% from 233); Blue value is 149 (58.59% from 255 or 63.95% from 233); Max value from RGB is 149 - color contains mainly: blue. Hex color #302495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302495 is #CFDB6A. Grayscale: #343434. Windows color (decimal): -13622123 or 9774128. OLE color: 9774128.

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

Color convert

RGB4836149-
CMYK0.680.7600.42
HSL246.37º61.08%36.27%-
HSV(B)246.37º75.84%58.43%-
XYZ7.274.0628.83-
YUV52.47182.48124.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.60%
GREEN value IS 36 (14.45% from 255) = 15.45%
BLUE value IS 149 (58.59% from 255) = 63.95%
R=20.60%
G=15.45%
B=63.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48361490.680.7600.42246.3761.0836.27
Hex302495444C02Af63d24
Octal60442251041140523667544
Binary1100001001001001010110001001001100010101011110110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302495; }

 p { color: rgb(48,36,149); }

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

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

 a { background-color: rgb(48,36,149); }

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

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

 span { border-color: rgb(48,36,149); }

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