Html Css Color HEX #302594 Dark Slate Blue

📋 copy color: '#302594'

red 48 ◦ green 37 ◦ blue 148

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

Shades of Dark Slate Blue #302594

Tints of Dark Slate Blue #302594

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.88%

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

R = 20.6%
G = 15.88%
B = 63.52%

CMYK

 C value IS 0.68

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#302594 (or 0x302594) is known color: Dark Slate Blue. HEX triplet: 30, 25 and 94. RGB value is (48,37,148). Sum of RGB (Red+Green+Blue) = 48+37+148=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 148 (58.20% from 255 or 63.52% from 233); Max value from RGB is 148 - color contains mainly: blue. Hex color #302594 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302594 is #CFDA6B. Grayscale: #343434. Windows color (decimal): -13621868 or 9708848. OLE color: 9708848.

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

Color convert

RGB 48 37 148 -
CMYK 0.68 0.75 0 0.42
HSL 245.95º 0.6% 0.36% -
HSV(B) 245.95º 0.75% 0.58% -
XYZ 7.23 4.09 28.43 -
YUV 52.94 181.64 124.47 -
System Red Green Blue C M Y K H S L
Decimal 48 37 148 0.68 0.75 0 0.42 245.95 0.6 0.36
Hex 30 25 94 44 4B 0 2A F6 3C 24
Octal 60 45 224 104 113 0 52 366 74 44
Binary 110000 100101 10010100 1000100 1001011 0 101010 11110110 111100 100100

Color Harmonies of #302594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302594

Black with #302594

Text Example


Text Example

White with #302594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302594; }

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

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

background-color css

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

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

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

border-color css

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

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

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