Html Css Color HEX #30299C Dark Slate Blue

📋 copy color: '#30299C'

red 48 ◦ green 41 ◦ blue 156

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

Shades of Dark Slate Blue #30299C

Tints of Dark Slate Blue #30299C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.73%

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

R = 19.59%
G = 16.73%
B = 63.67%

CMYK

 C value IS 0.69

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#30299C (or 0x30299C) is known color: Dark Slate Blue. HEX triplet: 30, 29 and 9C. RGB value is (48,41,156). Sum of RGB (Red+Green+Blue) = 48+41+156=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 156 (61.33% from 255 or 63.67% from 245); Max value from RGB is 156 - color contains mainly: blue. Hex color #30299C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30299C is #CFD663. Grayscale: #373737. Windows color (decimal): -13620836 or 10234160. OLE color: 10234160.

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

Color convert

RGB 48 41 156 -
CMYK 0.69 0.74 0 0.39
HSL 243.65º 0.58% 0.39% -
HSV(B) 243.65º 0.74% 0.61% -
XYZ 8.01 4.61 31.92 -
YUV 56.2 184.32 122.15 -
System Red Green Blue C M Y K H S L
Decimal 48 41 156 0.69 0.74 0 0.39 243.65 0.58 0.39
Hex 30 29 9C 45 4A 0 27 F4 3A 27
Octal 60 51 234 105 112 0 47 364 72 47
Binary 110000 101001 10011100 1000101 1001010 0 100111 11110100 111010 100111

Color Harmonies of #30299C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30299C

Black with #30299C

Text Example


Text Example

White with #30299C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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