Html Css Color HEX #302495 Dark Slate Blue

📋 copy color: '#302495'

red 48 ◦ green 36 ◦ blue 149

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

Shades of Dark Slate Blue #302495

Tints of Dark Slate Blue #302495

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.45%

 BLUE value IS 149 (58.59% from 255) = 63.95%

R = 20.6%
G = 15.45%
B = 63.95%

CMYK

 C value IS 0.68

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#302495 (or 0x302495) is known color: Dark Slate Blue. HEX triplet: 30, 24 and 95. RGB value is (48,36,149). Sum of RGB (Red+Green+Blue) = 48+36+149=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 36 (14.45% from 255 or 15.45% from 233); Blue value is 149 (58.59% from 255 or 63.95% from 233); Max value from RGB is 149 - color contains mainly: blue. Hex color #302495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302495 is #CFDB6A. Grayscale: #343434. Windows color (decimal): -13622123 or 9774128. OLE color: 9774128.

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

Color convert

RGB 48 36 149 -
CMYK 0.68 0.76 0 0.42
HSL 246.37º 0.61% 0.36% -
HSV(B) 246.37º 0.76% 0.58% -
XYZ 7.27 4.06 28.83 -
YUV 52.47 182.48 124.81 -
System Red Green Blue C M Y K H S L
Decimal 48 36 149 0.68 0.76 0 0.42 246.37 0.61 0.36
Hex 30 24 95 44 4C 0 2A F6 3D 24
Octal 60 44 225 104 114 0 52 366 75 44
Binary 110000 100100 10010101 1000100 1001100 0 101010 11110110 111101 100100

Color Harmonies of #302495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302495

Black with #302495

Text Example


Text Example

White with #302495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302495; }

 p { color: rgb(48,36,149); }

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

background-color css

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

 a { background-color: rgb(48,36,149); }

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

border-color css

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

 span { border-color: rgb(48,36,149); }

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