Html Css Color HEX #30229F Dark Slate Blue

📋 copy color: '#30229F'

red 48 ◦ green 34 ◦ blue 159

#30229F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #30229F

Tints of Dark Slate Blue #30229F

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 value IS 0.70

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30229F (or 0x30229F) is known color: 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

RGB 48 34 159 -
CMYK 0.70 0.79 0 0.38
HSL 246.72º 0.65% 0.38% -
HSV(B) 246.72º 0.79% 0.62% -
XYZ 8.05 4.28 33.2 -
YUV 52.44 188.14 124.84 -
System Red Green Blue C M Y K H S L
Decimal 48 34 159 0.70 0.79 0 0.38 246.72 0.65 0.38
Hex 30 22 9F 46 4F 0 26 F7 41 26
Octal 60 42 237 106 117 0 46 367 101 46
Binary 110000 100010 10011111 1000110 1001111 0 100110 11110111 1000001 100110

Color Harmonies of #30229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30229F

Black with #30229F

Text Example


Text Example

White with #30229F

Text Example


Text Example

HTML Codes & Css Web 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>