Html Css Color HEX #30229B Dark Slate Blue

📋 copy color: '#30229B'

red 48 ◦ green 34 ◦ blue 155

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

Shades of Dark Slate Blue #30229B

Tints of Dark Slate Blue #30229B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 65.4%

R = 20.25%
G = 14.35%
B = 65.4%

CMYK

 C value IS 0.69

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#30229B (or 0x30229B) is known color: Dark Slate Blue. HEX triplet: 30, 22 and 9B. RGB value is (48,34,155). Sum of RGB (Red+Green+Blue) = 48+34+155=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 155 (60.94% from 255 or 65.40% from 237); Max value from RGB is 155 - color contains mainly: blue. Hex color #30229B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30229B is #CFDD64. Grayscale: #333333. Windows color (decimal): -13622629 or 10166832. OLE color: 10166832.

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

Color convert

RGB 48 34 155 -
CMYK 0.69 0.78 0 0.39
HSL 246.94º 0.64% 0.37% -
HSV(B) 246.94º 0.78% 0.61% -
XYZ 7.71 4.14 31.4 -
YUV 51.98 186.14 125.16 -
System Red Green Blue C M Y K H S L
Decimal 48 34 155 0.69 0.78 0 0.39 246.94 0.64 0.37
Hex 30 22 9B 45 4E 0 27 F7 40 25
Octal 60 42 233 105 116 0 47 367 100 45
Binary 110000 100010 10011011 1000101 1001110 0 100111 11110111 1000000 100101

Color Harmonies of #30229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30229B

Black with #30229B

Text Example


Text Example

White with #30229B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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