Html Css Color HEX #30349C Dark Slate Blue

📋 copy color: '#30349C'

red 48 ◦ green 52 ◦ blue 156

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

Shades of Dark Slate Blue #30349C

Tints of Dark Slate Blue #30349C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.31%

 BLUE value IS 156 (61.33% from 255) = 60.94%

R = 18.75%
G = 20.31%
B = 60.94%

CMYK

 C value IS 0.69

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#30349C (or 0x30349C) is known color: Dark Slate Blue. HEX triplet: 30, 34 and 9C. RGB value is (48,52,156). Sum of RGB (Red+Green+Blue) = 48+52+156=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 156 (61.33% from 255 or 60.94% from 256); Max value from RGB is 156 - color contains mainly: blue. Hex color #30349C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30349C is #CFCB63. Grayscale: #3E3E3E. Windows color (decimal): -13618020 or 10236976. OLE color: 10236976.

HSL color Cylindrical-coordinate representation of color #30349C: hue angle of 237.78º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30349C is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 52 156 -
CMYK 0.69 0.67 0 0.39
HSL 237.78º 0.53% 0.4% -
HSV(B) 237.78º 0.69% 0.61% -
XYZ 8.45 5.48 32.07 -
YUV 62.66 180.67 117.54 -
System Red Green Blue C M Y K H S L
Decimal 48 52 156 0.69 0.67 0 0.39 237.78 0.53 0.4
Hex 30 34 9C 45 43 0 27 EE 35 28
Octal 60 64 234 105 103 0 47 356 65 50
Binary 110000 110100 10011100 1000101 1000011 0 100111 11101110 110101 101000

Color Harmonies of #30349C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30349C

Black with #30349C

Text Example


Text Example

White with #30349C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30349C; }

 p { color: rgb(48,52,156); }

 H1.HeaderClassName
 {
   color: #30349C;
 }
 .AnyTagClassName
 {
   color: #30349C;
 }
</style>

background-color css

<style>
 a { background-color: #30349C; }

 a { background-color: rgb(48,52,156); }

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

border-color css

<style>
 span { border-color: #30349C; }

 span { border-color: rgb(48,52,156); }

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