Html Css Color HEX #30239D Dark Slate Blue

📋 copy color: '#30239D'

red 48 ◦ green 35 ◦ blue 157

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

Shades of Dark Slate Blue #30239D

Tints of Dark Slate Blue #30239D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.58%

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

R = 20%
G = 14.58%
B = 65.42%

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

#30239D (or 0x30239D) is known color: Dark Slate Blue. HEX triplet: 30, 23 and 9D. RGB value is (48,35,157). Sum of RGB (Red+Green+Blue) = 48+35+157=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 157 (61.72% from 255 or 65.42% from 240); Max value from RGB is 157 - color contains mainly: blue. Hex color #30239D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30239D is #CFDC62. Grayscale: #343434. Windows color (decimal): -13622371 or 10298160. OLE color: 10298160.

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

Color convert

RGB 48 35 157 -
CMYK 0.69 0.78 0 0.38
HSL 246.39º 0.64% 0.38% -
HSV(B) 246.39º 0.78% 0.62% -
XYZ 7.91 4.26 32.3 -
YUV 52.8 186.81 124.58 -
System Red Green Blue C M Y K H S L
Decimal 48 35 157 0.69 0.78 0 0.38 246.39 0.64 0.38
Hex 30 23 9D 45 4E 0 26 F6 40 26
Octal 60 43 235 105 116 0 46 366 100 46
Binary 110000 100011 10011101 1000101 1001110 0 100110 11110110 1000000 100110

Color Harmonies of #30239D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30239D

Black with #30239D

Text Example


Text Example

White with #30239D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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