Html Css Color HEX #30339D Dark Slate Blue

📋 copy color: '#30339D'

red 48 ◦ green 51 ◦ blue 157

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

Shades of Dark Slate Blue #30339D

Tints of Dark Slate Blue #30339D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.92%

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

R = 18.75%
G = 19.92%
B = 61.33%

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

#30339D (or 0x30339D) is known color: Dark Slate Blue. HEX triplet: 30, 33 and 9D. RGB value is (48,51,157). Sum of RGB (Red+Green+Blue) = 48+51+157=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 157 (61.72% from 255 or 61.33% from 256); Max value from RGB is 157 - color contains mainly: blue. Hex color #30339D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30339D is #CFCC62. Grayscale: #3D3D3D. Windows color (decimal): -13618275 or 10302256. OLE color: 10302256.

HSL color Cylindrical-coordinate representation of color #30339D: hue angle of 238.35º 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 #30339D is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 51 157 -
CMYK 0.69 0.68 0 0.38
HSL 238.35º 0.53% 0.4% -
HSV(B) 238.35º 0.69% 0.62% -
XYZ 8.49 5.43 32.5 -
YUV 62.19 181.51 117.88 -
System Red Green Blue C M Y K H S L
Decimal 48 51 157 0.69 0.68 0 0.38 238.35 0.53 0.4
Hex 30 33 9D 45 44 0 26 EE 35 28
Octal 60 63 235 105 104 0 46 356 65 50
Binary 110000 110011 10011101 1000101 1000100 0 100110 11101110 110101 101000

Color Harmonies of #30339D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30339D

Black with #30339D

Text Example


Text Example

White with #30339D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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