Html Css Color HEX #3F5593 Tory Blue

📋 copy color: '#3F5593'

red 63 ◦ green 85 ◦ blue 147

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

Shades of Tory Blue #3F5593

Tints of Tory Blue #3F5593

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.81%

 BLUE value IS 147 (57.81% from 255) = 49.83%

R = 21.36%
G = 28.81%
B = 49.83%

CMYK

 C value IS 0.57

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3F5593 (or 0x3F5593) is known color: Tory Blue. HEX triplet: 3F, 55 and 93. RGB value is (63,85,147). Sum of RGB (Red+Green+Blue) = 63+85+147=295 (39% of max value = 765). Red value is 63 (25% from 255 or 21.36% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 147 (57.81% from 255 or 49.83% from 295); Max value from RGB is 147 - color contains mainly: blue. Hex color #3F5593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5593 is #C0AA6C. Grayscale: #555555. Windows color (decimal): -12626541 or 9655615. OLE color: 9655615.

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

Color convert

RGB 63 85 147 -
CMYK 0.57 0.42 0 0.42
HSL 224.29º 0.4% 0.41% -
HSV(B) 224.29º 0.57% 0.58% -
XYZ 10.56 9.66 28.91 -
YUV 85.49 162.71 111.96 -
System Red Green Blue C M Y K H S L
Decimal 63 85 147 0.57 0.42 0 0.42 224.29 0.4 0.41
Hex 3F 55 93 39 2A 0 2A E0 28 29
Octal 77 125 223 71 52 0 52 340 50 51
Binary 111111 1010101 10010011 111001 101010 0 101010 11100000 101000 101001

Color Harmonies of #3F5593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5593

Black with #3F5593

Text Example


Text Example

White with #3F5593

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,85,147); }

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

background-color css

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

 a { background-color: rgb(63,85,147); }

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

border-color css

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

 span { border-color: rgb(63,85,147); }

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