Html Css Color HEX #30239A Dark Slate Blue

📋 copy color: '#30239A'

red 48 ◦ green 35 ◦ blue 154

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

Shades of Dark Slate Blue #30239A

Tints of Dark Slate Blue #30239A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 64.98%

R = 20.25%
G = 14.77%
B = 64.98%

CMYK

 C value IS 0.69

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#30239A (or 0x30239A) is known color: Dark Slate Blue. HEX triplet: 30, 23 and 9A. RGB value is (48,35,154). Sum of RGB (Red+Green+Blue) = 48+35+154=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 154 (60.55% from 255 or 64.98% from 237); Max value from RGB is 154 - color contains mainly: blue. Hex color #30239A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30239A is #CFDC65. Grayscale: #333333. Windows color (decimal): -13622374 or 10101552. OLE color: 10101552.

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

Color convert

RGB 48 35 154 -
CMYK 0.69 0.77 0 0.40
HSL 246.55º 0.63% 0.37% -
HSV(B) 246.55º 0.77% 0.6% -
XYZ 7.65 4.16 30.97 -
YUV 52.45 185.31 124.82 -
System Red Green Blue C M Y K H S L
Decimal 48 35 154 0.69 0.77 0 0.40 246.55 0.63 0.37
Hex 30 23 9A 45 4D 0 28 F7 3F 25
Octal 60 43 232 105 115 0 50 367 77 45
Binary 110000 100011 10011010 1000101 1001101 0 101000 11110111 111111 100101

Color Harmonies of #30239A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30239A

Black with #30239A

Text Example


Text Example

White with #30239A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30239A; }

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

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

background-color css

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

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

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

border-color css

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

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

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