Html Css Color HEX #302398 Dark Slate Blue

📋 copy color: '#302398'

red 48 ◦ green 35 ◦ blue 152

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

Shades of Dark Slate Blue #302398

Tints of Dark Slate Blue #302398

RGB

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

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

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

R = 20.43%
G = 14.89%
B = 64.68%

CMYK

 C value IS 0.68

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#302398 (or 0x302398) is known color: Dark Slate Blue. HEX triplet: 30, 23 and 98. RGB value is (48,35,152). Sum of RGB (Red+Green+Blue) = 48+35+152=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 152 (59.77% from 255 or 64.68% from 235); Max value from RGB is 152 - color contains mainly: blue. Hex color #302398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302398 is #CFDC67. Grayscale: #333333. Windows color (decimal): -13622376 or 9970480. OLE color: 9970480.

HSL color Cylindrical-coordinate representation of color #302398: hue angle of 246.67º 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 #302398 is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 48 35 152 -
CMYK 0.68 0.77 0 0.40
HSL 246.67º 0.63% 0.37% -
HSV(B) 246.67º 0.77% 0.6% -
XYZ 7.49 4.1 30.1 -
YUV 52.23 184.31 124.99 -
System Red Green Blue C M Y K H S L
Decimal 48 35 152 0.68 0.77 0 0.40 246.67 0.63 0.37
Hex 30 23 98 44 4D 0 28 F7 3F 25
Octal 60 43 230 104 115 0 50 367 77 45
Binary 110000 100011 10011000 1000100 1001101 0 101000 11110111 111111 100101

Color Harmonies of #302398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302398

Black with #302398

Text Example


Text Example

White with #302398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302398; }

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

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

background-color css

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

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

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

border-color css

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

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

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