Html Css Color HEX #3F4297 Dark Slate Blue

📋 copy color: '#3F4297'

red 63 ◦ green 66 ◦ blue 151

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

Shades of Dark Slate Blue #3F4297

Tints of Dark Slate Blue #3F4297

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.57%

 BLUE value IS 151 (59.38% from 255) = 53.93%

R = 22.5%
G = 23.57%
B = 53.93%

CMYK

 C value IS 0.58

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3F4297 (or 0x3F4297) is known color: Dark Slate Blue. HEX triplet: 3F, 42 and 97. RGB value is (63,66,151). Sum of RGB (Red+Green+Blue) = 63+66+151=280 (37% of max value = 765). Red value is 63 (25% from 255 or 22.5% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 151 (59.38% from 255 or 53.93% from 280); Max value from RGB is 151 - color contains mainly: blue. Hex color #3F4297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4297 is #C0BD68. Grayscale: #4A4A4A. Windows color (decimal): -12631401 or 9912895. OLE color: 9912895.

HSL color Cylindrical-coordinate representation of color #3F4297: hue angle of 237.95º 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 #3F4297 is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 63 66 151 -
CMYK 0.58 0.56 0 0.41
HSL 237.95º 0.41% 0.42% -
HSV(B) 237.95º 0.58% 0.59% -
XYZ 9.58 7.19 30.16 -
YUV 74.79 171.01 119.59 -
System Red Green Blue C M Y K H S L
Decimal 63 66 151 0.58 0.56 0 0.41 237.95 0.41 0.42
Hex 3F 42 97 3A 38 0 29 EE 29 2A
Octal 77 102 227 72 70 0 51 356 51 52
Binary 111111 1000010 10010111 111010 111000 0 101001 11101110 101001 101010

Color Harmonies of #3F4297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4297

Black with #3F4297

Text Example


Text Example

White with #3F4297

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,66,151); }

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

background-color css

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

 a { background-color: rgb(63,66,151); }

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

border-color css

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

 span { border-color: rgb(63,66,151); }

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