Html Css Color HEX #3F5095 Tory Blue

📋 copy color: '#3F5095'

red 63 ◦ green 80 ◦ blue 149

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

Shades of Tory Blue #3F5095

Tints of Tory Blue #3F5095

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.4%

 BLUE value IS 149 (58.59% from 255) = 51.03%

R = 21.58%
G = 27.4%
B = 51.03%

CMYK

 C value IS 0.58

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3F5095 (or 0x3F5095) is known color: Tory Blue. HEX triplet: 3F, 50 and 95. RGB value is (63,80,149). Sum of RGB (Red+Green+Blue) = 63+80+149=292 (38% of max value = 765). Red value is 63 (25% from 255 or 21.58% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 149 (58.59% from 255 or 51.03% from 292); Max value from RGB is 149 - color contains mainly: blue. Hex color #3F5095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5095 is #C0AF6A. Grayscale: #525252. Windows color (decimal): -12627819 or 9785407. OLE color: 9785407.

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

Color convert

RGB 63 80 149 -
CMYK 0.58 0.46 0 0.42
HSL 228.14º 0.41% 0.42% -
HSV(B) 228.14º 0.58% 0.58% -
XYZ 10.34 8.96 29.62 -
YUV 82.78 165.37 113.89 -
System Red Green Blue C M Y K H S L
Decimal 63 80 149 0.58 0.46 0 0.42 228.14 0.41 0.42
Hex 3F 50 95 3A 2E 0 2A E4 29 2A
Octal 77 120 225 72 56 0 52 344 51 52
Binary 111111 1010000 10010101 111010 101110 0 101010 11100100 101001 101010

Color Harmonies of #3F5095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5095

Black with #3F5095

Text Example


Text Example

White with #3F5095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,80,149); }

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

background-color css

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

 a { background-color: rgb(63,80,149); }

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

border-color css

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

 span { border-color: rgb(63,80,149); }

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