Html Css Color HEX #302699 Dark Slate Blue

📋 copy color: '#302699'

red 48 ◦ green 38 ◦ blue 153

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

Shades of Dark Slate Blue #302699

Tints of Dark Slate Blue #302699

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.9%

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

R = 20.08%
G = 15.9%
B = 64.02%

CMYK

 C value IS 0.69

 M value IS 0.75

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#302699 (or 0x302699) is known color: Dark Slate Blue. HEX triplet: 30, 26 and 99. RGB value is (48,38,153). Sum of RGB (Red+Green+Blue) = 48+38+153=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 153 (60.16% from 255 or 64.02% from 239); Max value from RGB is 153 - color contains mainly: blue. Hex color #302699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302699 is #CFD966. Grayscale: #353535. Windows color (decimal): -13621607 or 10036784. OLE color: 10036784.

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

Color convert

RGB 48 38 153 -
CMYK 0.69 0.75 0 0.4
HSL 245.22º 0.6% 0.37% -
HSV(B) 245.22º 0.75% 0.6% -
XYZ 7.66 4.31 30.57 -
YUV 54.1 183.81 123.65 -
System Red Green Blue C M Y K H S L
Decimal 48 38 153 0.69 0.75 0 0.4 245.22 0.6 0.37
Hex 30 26 99 45 4B 0 28 F5 3C 25
Octal 60 46 231 105 113 0 50 365 74 45
Binary 110000 100110 10011001 1000101 1001011 0 101000 11110101 111100 100101

Color Harmonies of #302699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302699

Black with #302699

Text Example


Text Example

White with #302699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302699; }

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

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

background-color css

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

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

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

border-color css

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

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

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