Html Css Color HEX #3B308B Dark Slate Blue

📋 copy color: '#3B308B'

red 59 ◦ green 48 ◦ blue 139

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

Shades of Dark Slate Blue #3B308B

Tints of Dark Slate Blue #3B308B

RGB

 RED value IS 59 (23.44% from 255) = 23.98%

 GREEN value IS 48 (19.14% from 255) = 19.51%

 BLUE value IS 139 (54.69% from 255) = 56.5%

R = 23.98%
G = 19.51%
B = 56.5%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3B308B (or 0x3B308B) is known color: Dark Slate Blue. HEX triplet: 3B, 30 and 8B. RGB value is (59,48,139). Sum of RGB (Red+Green+Blue) = 59+48+139=246 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.98% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #3B308B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B308B is #C4CF74. Grayscale: #3D3D3D. Windows color (decimal): -12898165 or 9121851. OLE color: 9121851.

HSL color Cylindrical-coordinate representation of color #3B308B: hue angle of 247.25º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3B308B is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 59 48 139 -
CMYK 0.58 0.65 0 0.45
HSL 247.25º 0.49% 0.37% -
HSV(B) 247.25º 0.65% 0.55% -
XYZ 7.52 4.91 24.98 -
YUV 61.66 171.64 126.1 -
System Red Green Blue C M Y K H S L
Decimal 59 48 139 0.58 0.65 0 0.45 247.25 0.49 0.37
Hex 3B 30 8B 3A 41 0 2D F7 31 25
Octal 73 60 213 72 101 0 55 367 61 45
Binary 111011 110000 10001011 111010 1000001 0 101101 11110111 110001 100101

Color Harmonies of #3B308B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B308B

Black with #3B308B

Text Example


Text Example

White with #3B308B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B308B; }

 p { color: rgb(59,48,139); }

 H1.HeaderClassName
 {
   color: #3B308B;
 }
 .AnyTagClassName
 {
   color: #3B308B;
 }
</style>

background-color css

<style>
 a { background-color: #3B308B; }

 a { background-color: rgb(59,48,139); }

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

border-color css

<style>
 span { border-color: #3B308B; }

 span { border-color: rgb(59,48,139); }

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