Html Css Color HEX #3F4497 Dark Slate Blue

📋 copy color: '#3F4497'

red 63 ◦ green 68 ◦ blue 151

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

Shades of Dark Slate Blue #3F4497

Tints of Dark Slate Blue #3F4497

RGB

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

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

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

R = 22.34%
G = 24.11%
B = 53.55%

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

#3F4497 (or 0x3F4497) is known color: Dark Slate Blue. HEX triplet: 3F, 44 and 97. RGB value is (63,68,151). Sum of RGB (Red+Green+Blue) = 63+68+151=282 (37% of max value = 765). Red value is 63 (25% from 255 or 22.34% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 151 (59.38% from 255 or 53.55% from 282); Max value from RGB is 151 - color contains mainly: blue. Hex color #3F4497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4497 is #C0BB68. Grayscale: #4B4B4B. Windows color (decimal): -12630889 or 9913407. OLE color: 9913407.

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

Color convert

RGB 63 68 151 -
CMYK 0.58 0.55 0 0.41
HSL 236.59º 0.41% 0.42% -
HSV(B) 236.59º 0.58% 0.59% -
XYZ 9.7 7.43 30.2 -
YUV 75.97 170.34 118.75 -
System Red Green Blue C M Y K H S L
Decimal 63 68 151 0.58 0.55 0 0.41 236.59 0.41 0.42
Hex 3F 44 97 3A 37 0 29 ED 29 2A
Octal 77 104 227 72 67 0 51 355 51 52
Binary 111111 1000100 10010111 111010 110111 0 101001 11101101 101001 101010

Color Harmonies of #3F4497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4497

Black with #3F4497

Text Example


Text Example

White with #3F4497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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