Html Css Color HEX #3F5886 Tory Blue

📋 copy color: '#3F5886'

red 63 ◦ green 88 ◦ blue 134

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

Shades of Tory Blue #3F5886

Tints of Tory Blue #3F5886

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.88%

 BLUE value IS 134 (52.73% from 255) = 47.02%

R = 22.11%
G = 30.88%
B = 47.02%

CMYK

 C value IS 0.53

 M value IS 0.34

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3F5886 (or 0x3F5886) is known color: Tory Blue. HEX triplet: 3F, 58 and 86. RGB value is (63,88,134). Sum of RGB (Red+Green+Blue) = 63+88+134=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 134 (52.73% from 255 or 47.02% from 285); Max value from RGB is 134 - color contains mainly: blue. Hex color #3F5886 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5886 is #C0A779. Grayscale: #555555. Windows color (decimal): -12625786 or 8804415. OLE color: 8804415.

HSL color Cylindrical-coordinate representation of color #3F5886: hue angle of 218.87º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F5886 is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 63 88 134 -
CMYK 0.53 0.34 0 0.47
HSL 218.87º 0.36% 0.39% -
HSV(B) 218.87º 0.53% 0.53% -
XYZ 9.84 9.76 23.92 -
YUV 85.77 155.22 111.76 -
System Red Green Blue C M Y K H S L
Decimal 63 88 134 0.53 0.34 0 0.47 218.87 0.36 0.39
Hex 3F 58 86 35 22 0 2F DB 24 27
Octal 77 130 206 65 42 0 57 333 44 47
Binary 111111 1011000 10000110 110101 100010 0 101111 11011011 100100 100111

Color Harmonies of #3F5886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5886

Black with #3F5886

Text Example


Text Example

White with #3F5886

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,88,134); }

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

background-color css

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

 a { background-color: rgb(63,88,134); }

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

border-color css

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

 span { border-color: rgb(63,88,134); }

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