Html Css Color HEX #3F369B Dark Slate Blue

📋 copy color: '#3F369B'

red 63 ◦ green 54 ◦ blue 155

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

Shades of Dark Slate Blue #3F369B

Tints of Dark Slate Blue #3F369B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.85%

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

R = 23.16%
G = 19.85%
B = 56.99%

CMYK

 C value IS 0.59

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3F369B (or 0x3F369B) is known color: Dark Slate Blue. HEX triplet: 3F, 36 and 9B. RGB value is (63,54,155). Sum of RGB (Red+Green+Blue) = 63+54+155=272 (36% of max value = 765). Red value is 63 (25% from 255 or 23.16% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 155 (60.94% from 255 or 56.99% from 272); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F369B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F369B is #C0C964. Grayscale: #434343. Windows color (decimal): -12634469 or 10171967. OLE color: 10171967.

HSL color Cylindrical-coordinate representation of color #3F369B: hue angle of 245.35º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F369B is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 63 54 155 -
CMYK 0.59 0.65 0 0.39
HSL 245.35º 0.48% 0.41% -
HSV(B) 245.35º 0.65% 0.61% -
XYZ 9.29 6.06 31.69 -
YUV 68.21 176.98 124.29 -
System Red Green Blue C M Y K H S L
Decimal 63 54 155 0.59 0.65 0 0.39 245.35 0.48 0.41
Hex 3F 36 9B 3B 41 0 27 F5 30 29
Octal 77 66 233 73 101 0 47 365 60 51
Binary 111111 110110 10011011 111011 1000001 0 100111 11110101 110000 101001

Color Harmonies of #3F369B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F369B

Black with #3F369B

Text Example


Text Example

White with #3F369B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,54,155); }

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

background-color css

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

 a { background-color: rgb(63,54,155); }

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

border-color css

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

 span { border-color: rgb(63,54,155); }

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