Html Css Color HEX #30379E Dark Slate Blue

📋 copy color: '#30379E'

red 48 ◦ green 55 ◦ blue 158

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

Shades of Dark Slate Blue #30379E

Tints of Dark Slate Blue #30379E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.07%

 BLUE value IS 158 (62.11% from 255) = 60.54%

R = 18.39%
G = 21.07%
B = 60.54%

CMYK

 C value IS 0.70

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30379E (or 0x30379E) is known color: Dark Slate Blue. HEX triplet: 30, 37 and 9E. RGB value is (48,55,158). Sum of RGB (Red+Green+Blue) = 48+55+158=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 158 (62.11% from 255 or 60.54% from 261); Max value from RGB is 158 - color contains mainly: blue. Hex color #30379E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30379E is #CFC861. Grayscale: #404040. Windows color (decimal): -13617250 or 10368816. OLE color: 10368816.

HSL color Cylindrical-coordinate representation of color #30379E: hue angle of 236.18º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30379E is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 55 158 -
CMYK 0.70 0.65 0 0.38
HSL 236.18º 0.53% 0.4% -
HSV(B) 236.18º 0.7% 0.62% -
XYZ 8.76 5.83 33.01 -
YUV 64.65 180.68 116.12 -
System Red Green Blue C M Y K H S L
Decimal 48 55 158 0.70 0.65 0 0.38 236.18 0.53 0.4
Hex 30 37 9E 46 41 0 26 EC 35 28
Octal 60 67 236 106 101 0 46 354 65 50
Binary 110000 110111 10011110 1000110 1000001 0 100110 11101100 110101 101000

Color Harmonies of #30379E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30379E

Black with #30379E

Text Example


Text Example

White with #30379E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30379E; }

 p { color: rgb(48,55,158); }

 H1.HeaderClassName
 {
   color: #30379E;
 }
 .AnyTagClassName
 {
   color: #30379E;
 }
</style>

background-color css

<style>
 a { background-color: #30379E; }

 a { background-color: rgb(48,55,158); }

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

border-color css

<style>
 span { border-color: #30379E; }

 span { border-color: rgb(48,55,158); }

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