Html Css Color HEX #30229D Dark Slate Blue

📋 copy color: '#30229D'

red 48 ◦ green 34 ◦ blue 157

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

Shades of Dark Slate Blue #30229D

Tints of Dark Slate Blue #30229D

RGB

 RED value IS 48 (19.14% from 255) = 20.08%

 GREEN value IS 34 (13.67% from 255) = 14.23%

 BLUE value IS 157 (61.72% from 255) = 65.69%

R = 20.08%
G = 14.23%
B = 65.69%

CMYK

 C value IS 0.69

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30229D (or 0x30229D) is known color: Dark Slate Blue. HEX triplet: 30, 22 and 9D. RGB value is (48,34,157). Sum of RGB (Red+Green+Blue) = 48+34+157=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 157 (61.72% from 255 or 65.69% from 239); Max value from RGB is 157 - color contains mainly: blue. Hex color #30229D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30229D is #CFDD62. Grayscale: #333333. Windows color (decimal): -13622627 or 10297904. OLE color: 10297904.

HSL color Cylindrical-coordinate representation of color #30229D: hue angle of 246.83º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30229D is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 34 157 -
CMYK 0.69 0.78 0 0.38
HSL 246.83º 0.64% 0.37% -
HSV(B) 246.83º 0.78% 0.62% -
XYZ 7.88 4.21 32.3 -
YUV 52.21 187.14 125 -
System Red Green Blue C M Y K H S L
Decimal 48 34 157 0.69 0.78 0 0.38 246.83 0.64 0.37
Hex 30 22 9D 45 4E 0 26 F7 40 25
Octal 60 42 235 105 116 0 46 367 100 45
Binary 110000 100010 10011101 1000101 1001110 0 100110 11110111 1000000 100101

Color Harmonies of #30229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30229D

Black with #30229D

Text Example


Text Example

White with #30229D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #30229D;
 }
 .AnyTagClassName
 {
   color: #30229D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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