#302A9D

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

Shades of Dark Slate Blue #302A9D

Tints of Dark Slate Blue #302A9D

Color information

#302A9D (or 0x302A9D) is unknown color: approx Dark Slate Blue. HEX triplet: 30, 2A and 9D. RGB value is (48,42,157). Sum of RGB (Red+Green+Blue) = 48+42+157=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 42 (16.80% from 255 or 17.00% from 247); Blue value is 157 (61.72% from 255 or 63.56% from 247); Max value from RGB is 157 - color contains mainly: blue. Hex color #302A9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302A9D is #CFD562. Grayscale: #383838. Windows color (decimal): -13620579 or 10299952. OLE color: 10299952.

HSL color Cylindrical-coordinate representation of color #302A9D: hue angle of 243.13º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #302A9D is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4842157-
CMYK0.690.7300.38
HSL243.13º57.79%39.02%-
HSV(B)243.13º73.25%61.57%-
XYZ8.134.7232.38-
YUV56.9184.49121.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.43%
GREEN value IS 42 (16.80% from 255) = 17.00%
BLUE value IS 157 (61.72% from 255) = 63.56%
R=19.43%
G=17.00%
B=63.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48421570.690.7300.38243.1357.7939.02
Hex302A9D4549026f33a27
Octal60522351051110463637247
Binary1100001010101001110110001011001001010011011110011111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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