Html Css Color HEX #3F4D85 Tory Blue

📋 copy color: '#3F4D85'

red 63 ◦ green 77 ◦ blue 133

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

Shades of Tory Blue #3F4D85

Tints of Tory Blue #3F4D85

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.21%

 BLUE value IS 133 (52.34% from 255) = 48.72%

R = 23.08%
G = 28.21%
B = 48.72%

CMYK

 C value IS 0.53

 M value IS 0.42

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3F4D85 (or 0x3F4D85) is known color: Tory Blue. HEX triplet: 3F, 4D and 85. RGB value is (63,77,133). Sum of RGB (Red+Green+Blue) = 63+77+133=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #3F4D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F4D85 is #C0B27A. Grayscale: #4E4E4E. Windows color (decimal): -12628603 or 8736063. OLE color: 8736063.

HSL color Cylindrical-coordinate representation of color #3F4D85: hue angle of 228º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F4D85 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 63 77 133 -
CMYK 0.53 0.42 0 0.48
HSL 228º 0.36% 0.38% -
HSV(B) 228º 0.53% 0.52% -
XYZ 8.94 8.06 23.27 -
YUV 79.2 158.36 116.45 -
System Red Green Blue C M Y K H S L
Decimal 63 77 133 0.53 0.42 0 0.48 228 0.36 0.38
Hex 3F 4D 85 35 2A 0 30 E4 24 26
Octal 77 115 205 65 52 0 60 344 44 46
Binary 111111 1001101 10000101 110101 101010 0 110000 11100100 100100 100110

Color Harmonies of #3F4D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4D85

Black with #3F4D85

Text Example


Text Example

White with #3F4D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,77,133); }

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

background-color css

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

 a { background-color: rgb(63,77,133); }

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

border-color css

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

 span { border-color: rgb(63,77,133); }

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