Html Css Color HEX #3F4E8B Tory Blue

📋 copy color: '#3F4E8B'

red 63 ◦ green 78 ◦ blue 139

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

Shades of Tory Blue #3F4E8B

Tints of Tory Blue #3F4E8B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.86%

 BLUE value IS 139 (54.69% from 255) = 49.64%

R = 22.5%
G = 27.86%
B = 49.64%

CMYK

 C value IS 0.55

 M value IS 0.44

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3F4E8B (or 0x3F4E8B) is known color: Tory Blue. HEX triplet: 3F, 4E and 8B. RGB value is (63,78,139). Sum of RGB (Red+Green+Blue) = 63+78+139=280 (37% of max value = 765). Red value is 63 (25% from 255 or 22.5% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F4E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F4E8B is #C0B174. Grayscale: #505050. Windows color (decimal): -12628341 or 9129535. OLE color: 9129535.

HSL color Cylindrical-coordinate representation of color #3F4E8B: hue angle of 228.16º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F4E8B is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 63 78 139 -
CMYK 0.55 0.44 0 0.45
HSL 228.16º 0.38% 0.4% -
HSV(B) 228.16º 0.55% 0.55% -
XYZ 9.43 8.37 25.54 -
YUV 80.47 161.03 115.54 -
System Red Green Blue C M Y K H S L
Decimal 63 78 139 0.55 0.44 0 0.45 228.16 0.38 0.4
Hex 3F 4E 8B 37 2C 0 2D E4 26 28
Octal 77 116 213 67 54 0 55 344 46 50
Binary 111111 1001110 10001011 110111 101100 0 101101 11100100 100110 101000

Color Harmonies of #3F4E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4E8B

Black with #3F4E8B

Text Example


Text Example

White with #3F4E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,78,139); }

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

background-color css

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

 a { background-color: rgb(63,78,139); }

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

border-color css

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

 span { border-color: rgb(63,78,139); }

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