Html Css Color HEX #302498 Dark Slate Blue

📋 copy color: '#302498'

red 48 ◦ green 36 ◦ blue 152

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

Shades of Dark Slate Blue #302498

Tints of Dark Slate Blue #302498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 64.41%

R = 20.34%
G = 15.25%
B = 64.41%

CMYK

 C value IS 0.68

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#302498 (or 0x302498) is known color: Dark Slate Blue. HEX triplet: 30, 24 and 98. RGB value is (48,36,152). Sum of RGB (Red+Green+Blue) = 48+36+152=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 152 (59.77% from 255 or 64.41% from 236); Max value from RGB is 152 - color contains mainly: blue. Hex color #302498 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302498 is #CFDB67. Grayscale: #343434. Windows color (decimal): -13622120 or 9970736. OLE color: 9970736.

HSL color Cylindrical-coordinate representation of color #302498: hue angle of 246.21º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #302498 is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 48 36 152 -
CMYK 0.68 0.76 0 0.40
HSL 246.21º 0.62% 0.37% -
HSV(B) 246.21º 0.76% 0.6% -
XYZ 7.52 4.16 30.11 -
YUV 52.81 183.98 124.57 -
System Red Green Blue C M Y K H S L
Decimal 48 36 152 0.68 0.76 0 0.40 246.21 0.62 0.37
Hex 30 24 98 44 4C 0 28 F6 3E 25
Octal 60 44 230 104 114 0 50 366 76 45
Binary 110000 100100 10011000 1000100 1001100 0 101000 11110110 111110 100101

Color Harmonies of #302498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302498

Black with #302498

Text Example


Text Example

White with #302498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302498; }

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

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

background-color css

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

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

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

border-color css

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

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

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