Html Css Color HEX #3F558B Tory Blue

📋 copy color: '#3F558B'

red 63 ◦ green 85 ◦ blue 139

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

Shades of Tory Blue #3F558B

Tints of Tory Blue #3F558B

RGB

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

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

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

R = 21.95%
G = 29.62%
B = 48.43%

CMYK

 C value IS 0.55

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3F558B (or 0x3F558B) is known color: Tory Blue. HEX triplet: 3F, 55 and 8B. RGB value is (63,85,139). Sum of RGB (Red+Green+Blue) = 63+85+139=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F558B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F558B is #C0AA74. Grayscale: #545454. Windows color (decimal): -12626549 or 9131327. OLE color: 9131327.

HSL color Cylindrical-coordinate representation of color #3F558B: hue angle of 222.63º 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 #3F558B is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 63 85 139 -
CMYK 0.55 0.39 0 0.45
HSL 222.63º 0.38% 0.4% -
HSV(B) 222.63º 0.55% 0.55% -
XYZ 9.96 9.42 25.72 -
YUV 84.58 158.71 112.61 -
System Red Green Blue C M Y K H S L
Decimal 63 85 139 0.55 0.39 0 0.45 222.63 0.38 0.4
Hex 3F 55 8B 37 27 0 2D DF 26 28
Octal 77 125 213 67 47 0 55 337 46 50
Binary 111111 1010101 10001011 110111 100111 0 101101 11011111 100110 101000

Color Harmonies of #3F558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F558B

Black with #3F558B

Text Example


Text Example

White with #3F558B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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