Html Css Color HEX #30329D Dark Slate Blue

📋 copy color: '#30329D'

red 48 ◦ green 50 ◦ blue 157

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

Shades of Dark Slate Blue #30329D

Tints of Dark Slate Blue #30329D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.61%

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

R = 18.82%
G = 19.61%
B = 61.57%

CMYK

 C value IS 0.69

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30329D (or 0x30329D) is known color: Dark Slate Blue. HEX triplet: 30, 32 and 9D. RGB value is (48,50,157). Sum of RGB (Red+Green+Blue) = 48+50+157=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 157 (61.72% from 255 or 61.57% from 255); Max value from RGB is 157 - color contains mainly: blue. Hex color #30329D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30329D is #CFCD62. Grayscale: #3D3D3D. Windows color (decimal): -13618531 or 10302000. OLE color: 10302000.

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

Color convert

RGB 48 50 157 -
CMYK 0.69 0.68 0 0.38
HSL 238.9º 0.53% 0.4% -
HSV(B) 238.9º 0.69% 0.62% -
XYZ 8.45 5.34 32.48 -
YUV 61.6 181.84 118.3 -
System Red Green Blue C M Y K H S L
Decimal 48 50 157 0.69 0.68 0 0.38 238.9 0.53 0.4
Hex 30 32 9D 45 44 0 26 EF 35 28
Octal 60 62 235 105 104 0 46 357 65 50
Binary 110000 110010 10011101 1000101 1000100 0 100110 11101111 110101 101000

Color Harmonies of #30329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30329D

Black with #30329D

Text Example


Text Example

White with #30329D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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