Html Css Color HEX #30239B Dark Slate Blue

📋 copy color: '#30239B'

red 48 ◦ green 35 ◦ blue 155

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

Shades of Dark Slate Blue #30239B

Tints of Dark Slate Blue #30239B

RGB

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

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

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

R = 20.17%
G = 14.71%
B = 65.13%

CMYK

 C value IS 0.69

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#30239B (or 0x30239B) is known color: Dark Slate Blue. HEX triplet: 30, 23 and 9B. RGB value is (48,35,155). Sum of RGB (Red+Green+Blue) = 48+35+155=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 155 (60.94% from 255 or 65.13% from 238); Max value from RGB is 155 - color contains mainly: blue. Hex color #30239B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30239B is #CFDC64. Grayscale: #343434. Windows color (decimal): -13622373 or 10167088. OLE color: 10167088.

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

Color convert

RGB 48 35 155 -
CMYK 0.69 0.77 0 0.39
HSL 246.5º 0.63% 0.37% -
HSV(B) 246.5º 0.77% 0.61% -
XYZ 7.74 4.2 31.41 -
YUV 52.57 185.81 124.74 -
System Red Green Blue C M Y K H S L
Decimal 48 35 155 0.69 0.77 0 0.39 246.5 0.63 0.37
Hex 30 23 9B 45 4D 0 27 F6 3F 25
Octal 60 43 233 105 115 0 47 366 77 45
Binary 110000 100011 10011011 1000101 1001101 0 100111 11110110 111111 100101

Color Harmonies of #30239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30239B

Black with #30239B

Text Example


Text Example

White with #30239B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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