Html Css Color HEX #302399 Dark Slate Blue

📋 copy color: '#302399'

red 48 ◦ green 35 ◦ blue 153

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

Shades of Dark Slate Blue #302399

Tints of Dark Slate Blue #302399

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.83%

 BLUE value IS 153 (60.16% from 255) = 64.83%

R = 20.34%
G = 14.83%
B = 64.83%

CMYK

 C value IS 0.69

 M value IS 0.77

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#302399 (or 0x302399) is known color: Dark Slate Blue. HEX triplet: 30, 23 and 99. RGB value is (48,35,153). Sum of RGB (Red+Green+Blue) = 48+35+153=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 153 (60.16% from 255 or 64.83% from 236); Max value from RGB is 153 - color contains mainly: blue. Hex color #302399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302399 is #CFDC66. Grayscale: #333333. Windows color (decimal): -13622375 or 10036016. OLE color: 10036016.

HSL color Cylindrical-coordinate representation of color #302399: hue angle of 246.61º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #302399 is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 48 35 153 -
CMYK 0.69 0.77 0 0.4
HSL 246.61º 0.63% 0.37% -
HSV(B) 246.61º 0.77% 0.6% -
XYZ 7.57 4.13 30.54 -
YUV 52.34 184.81 124.91 -
System Red Green Blue C M Y K H S L
Decimal 48 35 153 0.69 0.77 0 0.4 246.61 0.63 0.37
Hex 30 23 99 45 4D 0 28 F7 3F 25
Octal 60 43 231 105 115 0 50 367 77 45
Binary 110000 100011 10011001 1000101 1001101 0 101000 11110111 111111 100101

Color Harmonies of #302399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302399

Black with #302399

Text Example


Text Example

White with #302399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302399; }

 p { color: rgb(48,35,153); }

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

background-color css

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

 a { background-color: rgb(48,35,153); }

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

border-color css

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

 span { border-color: rgb(48,35,153); }

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