Html Css Color HEX #30239C Dark Slate Blue

📋 copy color: '#30239C'

red 48 ◦ green 35 ◦ blue 156

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

Shades of Dark Slate Blue #30239C

Tints of Dark Slate Blue #30239C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 65.27%

R = 20.08%
G = 14.64%
B = 65.27%

CMYK

 C value IS 0.69

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#30239C (or 0x30239C) is known color: Dark Slate Blue. HEX triplet: 30, 23 and 9C. RGB value is (48,35,156). Sum of RGB (Red+Green+Blue) = 48+35+156=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 156 (61.33% from 255 or 65.27% from 239); Max value from RGB is 156 - color contains mainly: blue. Hex color #30239C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30239C is #CFDC63. Grayscale: #343434. Windows color (decimal): -13622372 or 10232624. OLE color: 10232624.

HSL color Cylindrical-coordinate representation of color #30239C: hue angle of 246.45º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30239C is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 35 156 -
CMYK 0.69 0.78 0 0.39
HSL 246.45º 0.63% 0.37% -
HSV(B) 246.45º 0.78% 0.61% -
XYZ 7.82 4.23 31.86 -
YUV 52.68 186.31 124.66 -
System Red Green Blue C M Y K H S L
Decimal 48 35 156 0.69 0.78 0 0.39 246.45 0.63 0.37
Hex 30 23 9C 45 4E 0 27 F6 3F 25
Octal 60 43 234 105 116 0 47 366 77 45
Binary 110000 100011 10011100 1000101 1001110 0 100111 11110110 111111 100101

Color Harmonies of #30239C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30239C

Black with #30239C

Text Example


Text Example

White with #30239C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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