Html Css Color HEX #302597 Dark Slate Blue

📋 copy color: '#302597'

red 48 ◦ green 37 ◦ blue 151

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

Shades of Dark Slate Blue #302597

Tints of Dark Slate Blue #302597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 63.98%

R = 20.34%
G = 15.68%
B = 63.98%

CMYK

 C value IS 0.68

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#302597 (or 0x302597) is known color: Dark Slate Blue. HEX triplet: 30, 25 and 97. RGB value is (48,37,151). Sum of RGB (Red+Green+Blue) = 48+37+151=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 151 (59.38% from 255 or 63.98% from 236); Max value from RGB is 151 - color contains mainly: blue. Hex color #302597 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302597 is #CFDA68. Grayscale: #343434. Windows color (decimal): -13621865 or 9905456. OLE color: 9905456.

HSL color Cylindrical-coordinate representation of color #302597: hue angle of 245.79º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #302597 is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 37 151 -
CMYK 0.68 0.75 0 0.41
HSL 245.79º 0.61% 0.37% -
HSV(B) 245.79º 0.75% 0.59% -
XYZ 7.47 4.19 29.69 -
YUV 53.29 183.14 124.23 -
System Red Green Blue C M Y K H S L
Decimal 48 37 151 0.68 0.75 0 0.41 245.79 0.61 0.37
Hex 30 25 97 44 4B 0 29 F6 3D 25
Octal 60 45 227 104 113 0 51 366 75 45
Binary 110000 100101 10010111 1000100 1001011 0 101001 11110110 111101 100101

Color Harmonies of #302597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302597

Black with #302597

Text Example


Text Example

White with #302597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302597; }

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

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

background-color css

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

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

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

border-color css

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

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

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