#30229f

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

Shades of Dark Slate Blue #30229F

Tints of Dark Slate Blue #30229F

Color information

#30229F (or 0x30229F) is unknown color: approx Dark Slate Blue. HEX triplet: 30, 22 and 9F. RGB value is (48,34,159). Sum of RGB (Red+Green+Blue) = 48+34+159=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 159 (62.5% from 255 or 65.98% from 241); Max value from RGB is 159 - color contains mainly: blue. Hex color #30229F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30229F is #CFDD60. Grayscale: #333333. Windows color (decimal): -13622625 or 10428976. OLE color: 10428976.

HSL color Cylindrical-coordinate representation of color #30229F: hue angle of 246.72º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30229F is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4834159-
CMYK0.700.7900.38
HSL246.72º64.77%37.84%-
HSV(B)246.72º78.62%62.35%-
XYZ8.054.2833.2-
YUV52.44188.14124.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.92%
GREEN value IS 34 (13.67% from 255) = 14.11%
BLUE value IS 159 (62.5% from 255) = 65.98%
R=19.92%
G=14.11%
B=65.98%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48341590.700.7900.38246.7264.7737.84
Hex30229F464F026f74126
Octal604223710611704636710146
Binary11000010001010011111100011010011110100110111101111000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30229f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30229f; }

 p { color: rgb(48,34,159); }

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

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

 a { background-color: rgb(48,34,159); }

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

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

 span { border-color: rgb(48,34,159); }

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