Html Css Color HEX #30299B Dark Slate Blue

📋 copy color: '#30299B'

red 48 ◦ green 41 ◦ blue 155

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

Shades of Dark Slate Blue #30299B

Tints of Dark Slate Blue #30299B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 63.52%

R = 19.67%
G = 16.8%
B = 63.52%

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

#30299B (or 0x30299B) is known color: Dark Slate Blue. HEX triplet: 30, 29 and 9B. RGB value is (48,41,155). Sum of RGB (Red+Green+Blue) = 48+41+155=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 155 (60.94% from 255 or 63.52% from 244); Max value from RGB is 155 - color contains mainly: blue. Hex color #30299B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30299B is #CFD664. Grayscale: #373737. Windows color (decimal): -13620837 or 10168624. OLE color: 10168624.

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

Color convert

RGB 48 41 155 -
CMYK 0.69 0.74 0 0.39
HSL 243.68º 0.58% 0.38% -
HSV(B) 243.68º 0.74% 0.61% -
XYZ 7.93 4.58 31.48 -
YUV 56.09 183.82 122.23 -
System Red Green Blue C M Y K H S L
Decimal 48 41 155 0.69 0.74 0 0.39 243.68 0.58 0.38
Hex 30 29 9B 45 4A 0 27 F4 3A 26
Octal 60 51 233 105 112 0 47 364 72 46
Binary 110000 101001 10011011 1000101 1001010 0 100111 11110100 111010 100110

Color Harmonies of #30299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30299B

Black with #30299B

Text Example


Text Example

White with #30299B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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