Html Css Color HEX #3F4496 Dark Slate Blue

📋 copy color: '#3F4496'

red 63 ◦ green 68 ◦ blue 150

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

Shades of Dark Slate Blue #3F4496

Tints of Dark Slate Blue #3F4496

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.2%

 BLUE value IS 150 (58.98% from 255) = 53.38%

R = 22.42%
G = 24.2%
B = 53.38%

CMYK

 C value IS 0.58

 M value IS 0.55

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3F4496 (or 0x3F4496) is known color: Dark Slate Blue. HEX triplet: 3F, 44 and 96. RGB value is (63,68,150). Sum of RGB (Red+Green+Blue) = 63+68+150=281 (37% of max value = 765). Red value is 63 (25% from 255 or 22.42% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 150 (58.98% from 255 or 53.38% from 281); Max value from RGB is 150 - color contains mainly: blue. Hex color #3F4496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4496 is #C0BB69. Grayscale: #4B4B4B. Windows color (decimal): -12630890 or 9847871. OLE color: 9847871.

HSL color Cylindrical-coordinate representation of color #3F4496: hue angle of 236.55º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F4496 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 63 68 150 -
CMYK 0.58 0.55 0 0.41
HSL 236.55º 0.41% 0.42% -
HSV(B) 236.55º 0.58% 0.59% -
XYZ 9.62 7.39 29.77 -
YUV 75.85 169.84 118.83 -
System Red Green Blue C M Y K H S L
Decimal 63 68 150 0.58 0.55 0 0.41 236.55 0.41 0.42
Hex 3F 44 96 3A 37 0 29 ED 29 2A
Octal 77 104 226 72 67 0 51 355 51 52
Binary 111111 1000100 10010110 111010 110111 0 101001 11101101 101001 101010

Color Harmonies of #3F4496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4496

Black with #3F4496

Text Example


Text Example

White with #3F4496

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,68,150); }

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

background-color css

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

 a { background-color: rgb(63,68,150); }

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

border-color css

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

 span { border-color: rgb(63,68,150); }

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