#302B9E

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

Shades of Dark Slate Blue #302B9E

Tints of Dark Slate Blue #302B9E

Color information

#302B9E (or 0x302B9E) is unknown color: approx Dark Slate Blue. HEX triplet: 30, 2B and 9E. RGB value is (48,43,158). Sum of RGB (Red+Green+Blue) = 48+43+158=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 43 (17.19% from 255 or 17.27% from 249); Blue value is 158 (62.11% from 255 or 63.45% from 249); Max value from RGB is 158 - color contains mainly: blue. Hex color #302B9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302B9E is #CFD461. Grayscale: #393939. Windows color (decimal): -13620322 or 10365744. OLE color: 10365744.

HSL color Cylindrical-coordinate representation of color #302B9E: hue angle of 242.61º degrees, saturation: 0.57, 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 #302B9E is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4843158-
CMYK0.700.7300.38
HSL242.61º57.21%39.41%-
HSV(B)242.61º72.78%61.96%-
XYZ8.254.8232.84-
YUV57.6184.66121.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.28%
GREEN value IS 43 (17.19% from 255) = 17.27%
BLUE value IS 158 (62.11% from 255) = 63.45%
R=19.28%
G=17.27%
B=63.45%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48431580.700.7300.38242.6157.2139.41
Hex302B9E4649026f33927
Octal60532361061110463637147
Binary1100001010111001111010001101001001010011011110011111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,43,158); }

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

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

 a { background-color: rgb(48,43,158); }

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

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

 span { border-color: rgb(48,43,158); }

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