Html Css Color HEX #3F308B Dark Slate Blue

📋 copy color: '#3F308B'

red 63 ◦ green 48 ◦ blue 139

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

Shades of Dark Slate Blue #3F308B

Tints of Dark Slate Blue #3F308B

RGB

 RED value IS 63 (25% from 255) = 25.2%

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

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

R = 25.2%
G = 19.2%
B = 55.6%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3F308B (or 0x3F308B) is known color: Dark Slate Blue. HEX triplet: 3F, 30 and 8B. RGB value is (63,48,139). Sum of RGB (Red+Green+Blue) = 63+48+139=250 (33% of max value = 765). Red value is 63 (25% from 255 or 25.2% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 139 (54.69% from 255 or 55.6% from 250); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F308B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F308B is #C0CF74. Grayscale: #3E3E3E. Windows color (decimal): -12636021 or 9121855. OLE color: 9121855.

HSL color Cylindrical-coordinate representation of color #3F308B: hue angle of 249.89º 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 #3F308B is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 63 48 139 -
CMYK 0.55 0.65 0 0.45
HSL 249.89º 0.49% 0.37% -
HSV(B) 249.89º 0.65% 0.55% -
XYZ 7.77 5.03 24.99 -
YUV 62.86 170.97 128.1 -
System Red Green Blue C M Y K H S L
Decimal 63 48 139 0.55 0.65 0 0.45 249.89 0.49 0.37
Hex 3F 30 8B 37 41 0 2D FA 31 25
Octal 77 60 213 67 101 0 55 372 61 45
Binary 111111 110000 10001011 110111 1000001 0 101101 11111010 110001 100101

Color Harmonies of #3F308B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F308B

Black with #3F308B

Text Example


Text Example

White with #3F308B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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