Html Css Color HEX #3F5395 Tory Blue

📋 copy color: '#3F5395'

red 63 ◦ green 83 ◦ blue 149

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

Shades of Tory Blue #3F5395

Tints of Tory Blue #3F5395

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.14%

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

R = 21.36%
G = 28.14%
B = 50.51%

CMYK

 C value IS 0.58

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3F5395 (or 0x3F5395) is known color: Tory Blue. HEX triplet: 3F, 53 and 95. RGB value is (63,83,149). Sum of RGB (Red+Green+Blue) = 63+83+149=295 (39% of max value = 765). Red value is 63 (25% from 255 or 21.36% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 149 (58.59% from 255 or 50.51% from 295); Max value from RGB is 149 - color contains mainly: blue. Hex color #3F5395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5395 is #C0AC6A. Grayscale: #545454. Windows color (decimal): -12627051 or 9786175. OLE color: 9786175.

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

Color convert

RGB 63 83 149 -
CMYK 0.58 0.44 0 0.42
HSL 226.05º 0.41% 0.42% -
HSV(B) 226.05º 0.58% 0.58% -
XYZ 10.57 9.41 29.69 -
YUV 84.54 164.37 112.63 -
System Red Green Blue C M Y K H S L
Decimal 63 83 149 0.58 0.44 0 0.42 226.05 0.41 0.42
Hex 3F 53 95 3A 2C 0 2A E2 29 2A
Octal 77 123 225 72 54 0 52 342 51 52
Binary 111111 1010011 10010101 111010 101100 0 101010 11100010 101001 101010

Color Harmonies of #3F5395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5395

Black with #3F5395

Text Example


Text Example

White with #3F5395

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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