Html Css Color HEX #302994 Dark Slate Blue

📋 copy color: '#302994'

red 48 ◦ green 41 ◦ blue 148

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

Shades of Dark Slate Blue #302994

Tints of Dark Slate Blue #302994

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.3%

 BLUE value IS 148 (58.2% from 255) = 62.45%

R = 20.25%
G = 17.3%
B = 62.45%

CMYK

 C value IS 0.68

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#302994 (or 0x302994) is known color: Dark Slate Blue. HEX triplet: 30, 29 and 94. RGB value is (48,41,148). Sum of RGB (Red+Green+Blue) = 48+41+148=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 148 (58.20% from 255 or 62.45% from 237); Max value from RGB is 148 - color contains mainly: blue. Hex color #302994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302994 is #CFD66B. Grayscale: #363636. Windows color (decimal): -13620844 or 9709872. OLE color: 9709872.

HSL color Cylindrical-coordinate representation of color #302994: hue angle of 243.93º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #302994 is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 41 148 -
CMYK 0.68 0.72 0 0.42
HSL 243.93º 0.57% 0.37% -
HSV(B) 243.93º 0.72% 0.58% -
XYZ 7.36 4.35 28.47 -
YUV 55.29 180.32 122.8 -
System Red Green Blue C M Y K H S L
Decimal 48 41 148 0.68 0.72 0 0.42 243.93 0.57 0.37
Hex 30 29 94 44 48 0 2A F4 39 25
Octal 60 51 224 104 110 0 52 364 71 45
Binary 110000 101001 10010100 1000100 1001000 0 101010 11110100 111001 100101

Color Harmonies of #302994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302994

Black with #302994

Text Example


Text Example

White with #302994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302994; }

 p { color: rgb(48,41,148); }

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

background-color css

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

 a { background-color: rgb(48,41,148); }

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

border-color css

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

 span { border-color: rgb(48,41,148); }

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