#302A95

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

Shades of Dark Slate Blue #302A95

Tints of Dark Slate Blue #302A95

Color information

#302A95 (or 0x302A95) is unknown color: approx Dark Slate Blue. HEX triplet: 30, 2A and 95. RGB value is (48,42,149). Sum of RGB (Red+Green+Blue) = 48+42+149=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 42 (16.80% from 255 or 17.57% from 239); Blue value is 149 (58.59% from 255 or 62.34% from 239); Max value from RGB is 149 - color contains mainly: blue. Hex color #302A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302A95 is #CFD56A. Grayscale: #373737. Windows color (decimal): -13620587 or 9775664. OLE color: 9775664.

HSL color Cylindrical-coordinate representation of color #302A95: hue angle of 243.36º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #302A95 is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4842149-
CMYK0.680.7200.42
HSL243.36º56.02%37.45%-
HSV(B)243.36º71.81%58.43%-
XYZ7.474.4528.9-
YUV55.99180.49122.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.08%
GREEN value IS 42 (16.80% from 255) = 17.57%
BLUE value IS 149 (58.59% from 255) = 62.34%
R=20.08%
G=17.57%
B=62.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48421490.680.7200.42243.3656.0237.45
Hex302A95444802Af33825
Octal60522251041100523637045
Binary1100001010101001010110001001001000010101011110011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302A95; }

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

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

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

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

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

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

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

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