Html Css Color HEX #30289D Dark Slate Blue

📋 copy color: '#30289D'

red 48 ◦ green 40 ◦ blue 157

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

Shades of Dark Slate Blue #30289D

Tints of Dark Slate Blue #30289D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.33%

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

R = 19.59%
G = 16.33%
B = 64.08%

CMYK

 C value IS 0.69

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30289D (or 0x30289D) is known color: Dark Slate Blue. HEX triplet: 30, 28 and 9D. RGB value is (48,40,157). Sum of RGB (Red+Green+Blue) = 48+40+157=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 157 (61.72% from 255 or 64.08% from 245); Max value from RGB is 157 - color contains mainly: blue. Hex color #30289D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30289D is #CFD762. Grayscale: #373737. Windows color (decimal): -13621091 or 10299440. OLE color: 10299440.

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

Color convert

RGB 48 40 157 -
CMYK 0.69 0.75 0 0.38
HSL 244.1º 0.59% 0.39% -
HSV(B) 244.1º 0.75% 0.62% -
XYZ 8.06 4.58 32.36 -
YUV 55.73 185.15 122.49 -
System Red Green Blue C M Y K H S L
Decimal 48 40 157 0.69 0.75 0 0.38 244.1 0.59 0.39
Hex 30 28 9D 45 4B 0 26 F4 3B 27
Octal 60 50 235 105 113 0 46 364 73 47
Binary 110000 101000 10011101 1000101 1001011 0 100110 11110100 111011 100111

Color Harmonies of #30289D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30289D

Black with #30289D

Text Example


Text Example

White with #30289D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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