Html Css Color HEX #30289A Dark Slate Blue

📋 copy color: '#30289A'

red 48 ◦ green 40 ◦ blue 154

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

Shades of Dark Slate Blue #30289A

Tints of Dark Slate Blue #30289A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 63.64%

R = 19.83%
G = 16.53%
B = 63.64%

CMYK

 C value IS 0.69

 M value IS 0.74

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#30289A (or 0x30289A) is known color: Dark Slate Blue. HEX triplet: 30, 28 and 9A. RGB value is (48,40,154). Sum of RGB (Red+Green+Blue) = 48+40+154=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 154 (60.55% from 255 or 63.64% from 242); Max value from RGB is 154 - color contains mainly: blue. Hex color #30289A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30289A is #CFD765. Grayscale: #363636. Windows color (decimal): -13621094 or 10102832. OLE color: 10102832.

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

Color convert

RGB 48 40 154 -
CMYK 0.69 0.74 0 0.40
HSL 244.21º 0.59% 0.38% -
HSV(B) 244.21º 0.74% 0.6% -
XYZ 7.81 4.48 31.02 -
YUV 55.39 183.65 122.73 -
System Red Green Blue C M Y K H S L
Decimal 48 40 154 0.69 0.74 0 0.40 244.21 0.59 0.38
Hex 30 28 9A 45 4A 0 28 F4 3B 26
Octal 60 50 232 105 112 0 50 364 73 46
Binary 110000 101000 10011010 1000101 1001010 0 101000 11110100 111011 100110

Color Harmonies of #30289A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30289A

Black with #30289A

Text Example


Text Example

White with #30289A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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